#d881d9

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

Shades of Orchid #D881D9

Tints of Orchid #D881D9

Color information

#D881D9 (or 0xD881D9) is unknown color: approx Orchid. HEX triplet: D8, 81 and D9. RGB value is (216,129,217). Sum of RGB (Red+Green+Blue) = 216+129+217=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #D881D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D9 is #277E26. Grayscale: #A4A4A4. Windows color (decimal): -2588199 or 14254552. OLE color: 14254552.

HSL color Cylindrical-coordinate representation of color #D881D9: hue angle of 299.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D881D9 is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216129217-
CMYK0.000.4100.15
HSL299.32º53.66%67.84%-
HSV(B)299.32º40.55%85.1%-
XYZ48.6935.3169.89-
YUV165.04157.32164.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=38.43%
G=22.95%
B=38.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161292170.000.4100.15299.3253.6667.84
HexD881D90290F12b3644
Octal33020133105101745366104
Binary1101100010000001110110010101001011111001010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d881d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d881d9; }

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

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

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

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

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

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

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

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