#D881C9

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

Shades of Orchid #D881C9

Tints of Orchid #D881C9

Color information

#D881C9 (or 0xD881C9) is unknown color: approx Orchid. HEX triplet: D8, 81 and C9. RGB value is (216,129,201). Sum of RGB (Red+Green+Blue) = 216+129+201=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C9 is #277E36. Grayscale: #A3A3A3. Windows color (decimal): -2588215 or 13205976. OLE color: 13205976.

HSL color Cylindrical-coordinate representation of color #D881C9: hue angle of 310.34º degrees, saturation: 0.53, 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 #D881C9 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB216129201-
CMYK00.400.070.15
HSL310.34º52.73%67.65%-
HSV(B)310.34º40.28%84.71%-
XYZ46.7134.5259.46-
YUV163.22149.32165.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=39.56%
G=23.63%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612920100.400.070.15310.3452.7367.65
HexD881C90287F1363544
Octal33020131105071746665104
Binary110110001000000111001001010100011111111001101101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881C9; }

 p { color: rgb(216,129,201); }

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

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

 a { background-color: rgb(216,129,201); }

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

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

 span { border-color: rgb(216,129,201); }

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