#DF86D2

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

Shades of Orchid #DF86D2

Tints of Orchid #DF86D2

Color information

#DF86D2 (or 0xDF86D2) is unknown color: approx Orchid. HEX triplet: DF, 86 and D2. RGB value is (223,134,210). Sum of RGB (Red+Green+Blue) = 223+134+210=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86D2 is #20792D. Grayscale: #A9A9A9. Windows color (decimal): -2128174 or 13797087. OLE color: 13797087.

HSL color Cylindrical-coordinate representation of color #DF86D2: hue angle of 308.76º 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 #DF86D2 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223134210-
CMYK00.400.060.13
HSL308.76º58.17%70%-
HSV(B)308.76º39.91%87.45%-
XYZ50.5937.3965.52-
YUV169.27150.99166.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 134 (52.73% from 255) = 23.63%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=39.33%
G=23.63%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313421000.400.060.13308.7658.1770
HexDF86D20286D1353a46
Octal33720632205061546572106
Binary110111111000011011010010010100011011011001101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86D2; }

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

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

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

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

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

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

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

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