#DC86CE

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

Shades of Orchid #DC86CE

Tints of Orchid #DC86CE

Color information

#DC86CE (or 0xDC86CE) is unknown color: approx Orchid. HEX triplet: DC, 86 and CE. RGB value is (220,134,206). Sum of RGB (Red+Green+Blue) = 220+134+206=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86CE is #237931. Grayscale: #A7A7A7. Windows color (decimal): -2324786 or 13534940. OLE color: 13534940.

HSL color Cylindrical-coordinate representation of color #DC86CE: hue angle of 309.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86CE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220134206-
CMYK00.390.060.14
HSL309.77º55.13%69.41%-
HSV(B)309.77º39.09%86.27%-
XYZ49.1836.7262.89-
YUV167.92149.49165.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=39.29%
G=23.93%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013420600.390.060.14309.7755.1369.41
HexDC86CE0276E1363745
Octal33420631604761646667105
Binary110111001000011011001110010011111011101001101101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86CE; }

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

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

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

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

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

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

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

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