#D881CC

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

Shades of Orchid #D881CC

Tints of Orchid #D881CC

Color information

#D881CC (or 0xD881CC) is unknown color: approx Orchid. HEX triplet: D8, 81 and CC. RGB value is (216,129,204). Sum of RGB (Red+Green+Blue) = 216+129+204=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D881CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881CC is #277E33. Grayscale: #A3A3A3. Windows color (decimal): -2588212 or 13402584. OLE color: 13402584.

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

Color convert

RGB216129204-
CMYK00.400.060.15
HSL308.28º52.73%67.65%-
HSV(B)308.28º40.28%84.71%-
XYZ47.0734.6661.34-
YUV163.56150.82165.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=39.34%
G=23.50%
B=37.16%

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
Decimal21612920400.400.060.15308.2852.7367.65
HexD881CC0286F1343544
Octal33020131405061746465104
Binary110110001000000111001100010100011011111001101001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881CC; }

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

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

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

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

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

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

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

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