#DF86DB

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

Shades of Orchid #DF86DB

Tints of Orchid #DF86DB

Color information

#DF86DB (or 0xDF86DB) is unknown color: approx Orchid. HEX triplet: DF, 86 and DB. RGB value is (223,134,219). Sum of RGB (Red+Green+Blue) = 223+134+219=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86DB is #207924. Grayscale: #AAAAAA. Windows color (decimal): -2128165 or 14386911. OLE color: 14386911.

HSL color Cylindrical-coordinate representation of color #DF86DB: hue angle of 302.7º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86DB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223134219-
CMYK00.400.020.13
HSL302.7º58.17%70%-
HSV(B)302.7º39.91%87.45%-
XYZ51.7437.8571.6-
YUV170.3155.49165.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 134 (52.73% from 255) = 23.26%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=38.72%
G=23.26%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313421900.400.020.13302.758.1770
HexDF86DB0282D12f3a46
Octal33720633305021545772106
Binary11011111100001101101101101010001011011001011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86DB; }

 p { color: rgb(223,134,219); }

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

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

 a { background-color: rgb(223,134,219); }

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

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

 span { border-color: rgb(223,134,219); }

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