#DC86ED

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

Shades of Violet #DC86ED

Tints of Violet #DC86ED

Color information

#DC86ED (or 0xDC86ED) is unknown color: approx Violet. HEX triplet: DC, 86 and ED. RGB value is (220,134,237). Sum of RGB (Red+Green+Blue) = 220+134+237=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86ED is #237912. Grayscale: #ABABAB. Windows color (decimal): -2324755 or 15566556. OLE color: 15566556.

HSL color Cylindrical-coordinate representation of color #DC86ED: hue angle of 290.1º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC86ED is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220134237-
CMYK0.070.4300.07
HSL290.1º74.1%72.75%-
HSV(B)290.1º43.46%92.94%-
XYZ53.3338.3884.72-
YUV171.46164.99162.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 134 (52.73% from 255) = 22.67%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=37.23%
G=22.67%
B=40.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201342370.070.4300.07290.174.172.75
HexDC86ED72B071224a49
Octal33420635575307442112111
Binary110111001000011011101101111101011011110010001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86ED; }

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

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

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

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

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

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

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

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