#D878D3

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

Shades of Orchid #D878D3

Tints of Orchid #D878D3

Color information

#D878D3 (or 0xD878D3) is unknown color: approx Orchid. HEX triplet: D8, 78 and D3. RGB value is (216,120,211). Sum of RGB (Red+Green+Blue) = 216+120+211=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D878D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D878D3 is #27872C. Grayscale: #9E9E9E. Windows color (decimal): -2590509 or 13859032. OLE color: 13859032.

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

Color convert

RGB216120211-
CMYK00.440.020.15
HSL303.12º55.17%65.88%-
HSV(B)303.12º44.44%84.71%-
XYZ46.7932.7465.48-
YUV159.08157.3168.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 211 (82.81% from 255) = 38.57%
R=39.49%
G=21.94%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612021100.440.020.15303.1255.1765.88
HexD878D302C2F12f3742
Octal33017032305421745767102
Binary1101100011110001101001101011001011111001011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D878D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D878D3; }

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

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

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

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

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

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

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

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