#DF86DC

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

Shades of Orchid #DF86DC

Tints of Orchid #DF86DC

Color information

#DF86DC (or 0xDF86DC) is unknown color: approx Orchid. HEX triplet: DF, 86 and DC. RGB value is (223,134,220). Sum of RGB (Red+Green+Blue) = 223+134+220=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86DC is #207923. Grayscale: #AAAAAA. Windows color (decimal): -2128164 or 14452447. OLE color: 14452447.

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

Color convert

RGB223134220-
CMYK00.400.010.13
HSL302.02º58.17%70%-
HSV(B)302.02º39.91%87.45%-
XYZ51.8737.9172.29-
YUV170.42155.99165.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=38.65%
G=23.22%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313422000.400.010.13302.0258.1770
HexDF86DC0281D12e3a46
Octal33720633405011545672106
Binary1101111110000110110111000101000111011001011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86DC; }

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

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

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

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

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

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

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

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