#D878D9

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

Shades of Orchid #D878D9

Tints of Orchid #D878D9

Color information

#D878D9 (or 0xD878D9) is unknown color: approx Orchid. HEX triplet: D8, 78 and D9. RGB value is (216,120,217). Sum of RGB (Red+Green+Blue) = 216+120+217=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #D878D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878D9 is #278726. Grayscale: #9F9F9F. Windows color (decimal): -2590503 or 14252248. OLE color: 14252248.

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

Color convert

RGB216120217-
CMYK0.000.4500.15
HSL299.38º56.07%66.08%-
HSV(B)299.38º44.7%85.1%-
XYZ47.5633.0469.52-
YUV159.76160.3168.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 120 (47.27% from 255) = 21.70%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=39.06%
G=21.70%
B=39.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161202170.000.4500.15299.3856.0766.08
HexD878D902D0F12b3842
Octal33017033105501745370102
Binary110110001111000110110010101101011111001010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D878D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D878D9; }

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

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

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

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

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

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

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

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