#DF86CE

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

Shades of Orchid #DF86CE

Tints of Orchid #DF86CE

Color information

#DF86CE (or 0xDF86CE) is unknown color: approx Orchid. HEX triplet: DF, 86 and CE. RGB value is (223,134,206). Sum of RGB (Red+Green+Blue) = 223+134+206=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86CE is #207931. Grayscale: #A8A8A8. Windows color (decimal): -2128178 or 13534943. OLE color: 13534943.

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

Color convert

RGB223134206-
CMYK00.400.080.13
HSL311.46º58.17%70%-
HSV(B)311.46º39.91%87.45%-
XYZ50.137.1962.93-
YUV168.82148.99166.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 134 (52.73% from 255) = 23.80%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=39.61%
G=23.80%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313420600.400.080.13311.4658.1770
HexDF86CE0288D1373a46
Octal337206316050101546772106
Binary1101111110000110110011100101000100011011001101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86CE; }

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

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

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

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

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

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

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

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