#DC86CA

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

Shades of Orchid #DC86CA

Tints of Orchid #DC86CA

Color information

#DC86CA (or 0xDC86CA) is unknown color: approx Orchid. HEX triplet: DC, 86 and CA. RGB value is (220,134,202). Sum of RGB (Red+Green+Blue) = 220+134+202=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86CA is #237935. Grayscale: #A7A7A7. Windows color (decimal): -2324790 or 13272796. OLE color: 13272796.

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

Color convert

RGB220134202-
CMYK00.390.080.14
HSL312.56º55.13%69.41%-
HSV(B)312.56º39.09%86.27%-
XYZ48.736.5360.36-
YUV167.47147.49165.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 134 (52.73% from 255) = 24.10%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=39.57%
G=24.10%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013420200.390.080.14312.5655.1369.41
HexDC86CA0278E1393745
Octal334206312047101647167105
Binary1101110010000110110010100100111100011101001110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86CA; }

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

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

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

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

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

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

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

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