#DF86CB

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

Shades of Orchid #DF86CB

Tints of Orchid #DF86CB

Color information

#DF86CB (or 0xDF86CB) is unknown color: approx Orchid. HEX triplet: DF, 86 and CB. RGB value is (223,134,203). Sum of RGB (Red+Green+Blue) = 223+134+203=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86CB is #207934. Grayscale: #A8A8A8. Windows color (decimal): -2128181 or 13338335. OLE color: 13338335.

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

Color convert

RGB223134203-
CMYK00.400.090.13
HSL313.48º58.17%70%-
HSV(B)313.48º39.91%87.45%-
XYZ49.7437.0561.03-
YUV168.48147.49166.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=39.82%
G=23.93%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313420300.400.090.13313.4858.1770
HexDF86CB0289D1393a46
Octal337206313050111547172106
Binary1101111110000110110010110101000100111011001110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86CB; }

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

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

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

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

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

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

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

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