#DF86CD

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

Shades of Orchid #DF86CD

Tints of Orchid #DF86CD

Color information

#DF86CD (or 0xDF86CD) is unknown color: approx Orchid. HEX triplet: DF, 86 and CD. RGB value is (223,134,205). Sum of RGB (Red+Green+Blue) = 223+134+205=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86CD is #207932. Grayscale: #A8A8A8. Windows color (decimal): -2128179 or 13469407. OLE color: 13469407.

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

Color convert

RGB223134205-
CMYK00.400.080.13
HSL312.13º58.17%70%-
HSV(B)312.13º39.91%87.45%-
XYZ49.9837.1562.29-
YUV168.7148.49166.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 134 (52.73% from 255) = 23.84%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=39.68%
G=23.84%
B=36.48%

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
Decimal22313420500.400.080.13312.1358.1770
HexDF86CD0288D1383a46
Octal337206315050101547072106
Binary1101111110000110110011010101000100011011001110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF86CD; }

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

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

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

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

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

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

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

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