#D870DB

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

Shades of Orchid #D870DB

Tints of Orchid #D870DB

Color information

#D870DB (or 0xD870DB) is unknown color: approx Orchid. HEX triplet: D8, 70 and DB. RGB value is (216,112,219). Sum of RGB (Red+Green+Blue) = 216+112+219=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D870DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870DB is #278F24. Grayscale: #9A9A9A. Windows color (decimal): -2592549 or 14381272. OLE color: 14381272.

HSL color Cylindrical-coordinate representation of color #D870DB: hue angle of 298.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D870DB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216112219-
CMYK0.010.4900.14
HSL298.32º59.78%64.9%-
HSV(B)298.32º48.86%85.88%-
XYZ46.931.370.59-
YUV155.29163.96171.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 112 (44.14% from 255) = 20.48%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=39.49%
G=20.48%
B=40.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161122190.010.4900.14298.3259.7864.9
HexD870DB1310E12a3c41
Octal33016033316101645274101
Binary110110001110000110110111110001011101001010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D870DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D870DB; }

 p { color: rgb(216,112,219); }

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

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

 a { background-color: rgb(216,112,219); }

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

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

 span { border-color: rgb(216,112,219); }

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