#D875DB

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

Shades of Orchid #D875DB

Tints of Orchid #D875DB

Color information

#D875DB (or 0xD875DB) is unknown color: approx Orchid. HEX triplet: D8, 75 and DB. RGB value is (216,117,219). Sum of RGB (Red+Green+Blue) = 216+117+219=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D875DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875DB is #278A24. Grayscale: #9D9D9D. Windows color (decimal): -2591269 or 14382552. OLE color: 14382552.

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

Color convert

RGB216117219-
CMYK0.010.4700.14
HSL298.24º58.62%65.88%-
HSV(B)298.24º46.58%85.88%-
XYZ47.4732.4470.78-
YUV158.23162.3169.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=39.13%
G=21.20%
B=39.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161172190.010.4700.14298.2458.6265.88
HexD875DB12F0E12a3b42
Octal33016533315701645273102
Binary110110001110101110110111101111011101001010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D875DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D875DB; }

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

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

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

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

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

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

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

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