#D882CA

Color #D882CA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D882CA

Tints of Orchid #D882CA

Color information

#D882CA (or 0xD882CA) is unknown color: approx Orchid. HEX triplet: D8, 82 and CA. RGB value is (216,130,202). Sum of RGB (Red+Green+Blue) = 216+130+202=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D882CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882CA is #277D35. Grayscale: #A3A3A3. Windows color (decimal): -2587958 or 13271768. OLE color: 13271768.

HSL color Cylindrical-coordinate representation of color #D882CA: hue angle of 309.77º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882CA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216130202-
CMYK00.400.060.15
HSL309.77º52.44%67.84%-
HSV(B)309.77º39.81%84.71%-
XYZ46.9634.8360.12-
YUV163.92149.49165.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=39.42%
G=23.72%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613020200.400.060.15309.7752.4467.84
HexD882CA0286F1363444
Octal33020231205061746664104
Binary110110001000001011001010010100011011111001101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882CA; }

 p { color: rgb(216,130,202); }

 H1.HeaderClassName
 {
   color: #D882CA;
 }
 .AnyTagClassName
 {
   color: #D882CA;
 }
</style>
background-color css

<style>
 a { background-color: #D882CA; }

 a { background-color: rgb(216,130,202); }

 div.DivClassName
 {
   background-color: #D882CA;
 }
 .BgClassName
 {
   background-color: #D882CA;
 }
</style>
border-color css

<style>
 span { border-color: #D882CA; }

 span { border-color: rgb(216,130,202); }

 td.TdClassName
 {
   border-color: #D882CA;
 }
 .TagClassName
 {
   border-color: #D882CA;
 }
</style>