#D881CB

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

Shades of Orchid #D881CB

Tints of Orchid #D881CB

Color information

#D881CB (or 0xD881CB) is unknown color: approx Orchid. HEX triplet: D8, 81 and CB. RGB value is (216,129,203). Sum of RGB (Red+Green+Blue) = 216+129+203=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D881CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881CB is #277E34. Grayscale: #A3A3A3. Windows color (decimal): -2588213 or 13337048. OLE color: 13337048.

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

Color convert

RGB216129203-
CMYK00.400.060.15
HSL308.97º52.73%67.65%-
HSV(B)308.97º40.28%84.71%-
XYZ46.9534.6160.71-
YUV163.45150.32165.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.42%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=39.42%
G=23.54%
B=37.04%

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
Decimal21612920300.400.060.15308.9752.7367.65
HexD881CB0286F1353544
Octal33020131305061746565104
Binary110110001000000111001011010100011011111001101011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881CB; }

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

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

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

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

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

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

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

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