#D881C8

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

Shades of Orchid #D881C8

Tints of Orchid #D881C8

Color information

#D881C8 (or 0xD881C8) is unknown color: approx Orchid. HEX triplet: D8, 81 and C8. RGB value is (216,129,200). Sum of RGB (Red+Green+Blue) = 216+129+200=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C8 is #277E37. Grayscale: #A2A2A2. Windows color (decimal): -2588216 or 13140440. OLE color: 13140440.

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

Color convert

RGB216129200-
CMYK00.400.070.15
HSL311.03º52.73%67.65%-
HSV(B)311.03º40.28%84.71%-
XYZ46.5934.4758.84-
YUV163.11148.82165.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=39.63%
G=23.67%
B=36.70%

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
Decimal21612920000.400.070.15311.0352.7367.65
HexD881C80287F1373544
Octal33020131005071746765104
Binary110110001000000111001000010100011111111001101111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881C8; }

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

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

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

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

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

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

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

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