#D881D0

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

Shades of Orchid #D881D0

Tints of Orchid #D881D0

Color information

#D881D0 (or 0xD881D0) is unknown color: approx Orchid. HEX triplet: D8, 81 and D0. RGB value is (216,129,208). Sum of RGB (Red+Green+Blue) = 216+129+208=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D0 is #277E2F. Grayscale: #A3A3A3. Windows color (decimal): -2588208 or 13664728. OLE color: 13664728.

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

Color convert

RGB216129208-
CMYK00.400.040.15
HSL305.52º52.73%67.65%-
HSV(B)305.52º40.28%84.71%-
XYZ47.5534.8563.9-
YUV164.02152.82165.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=39.06%
G=23.33%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612920800.400.040.15305.5252.7367.65
HexD881D00284F1323544
Octal33020132005041746265104
Binary110110001000000111010000010100010011111001100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881D0; }

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

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

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

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

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

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

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

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