#DC86E7

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

Shades of Violet #DC86E7

Tints of Violet #DC86E7

Color information

#DC86E7 (or 0xDC86E7) is unknown color: approx Violet. HEX triplet: DC, 86 and E7. RGB value is (220,134,231). Sum of RGB (Red+Green+Blue) = 220+134+231=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC86E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86E7 is #237918. Grayscale: #AAAAAA. Windows color (decimal): -2324761 or 15173340. OLE color: 15173340.

HSL color Cylindrical-coordinate representation of color #DC86E7: hue angle of 293.2º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC86E7 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220134231-
CMYK0.050.4200.09
HSL293.2º66.9%71.57%-
HSV(B)293.2º41.99%90.59%-
XYZ52.4638.0480.18-
YUV170.77161.99163.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 231 (90.62% from 255) = 39.49%
R=37.61%
G=22.91%
B=39.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201342310.050.4200.09293.266.971.57
HexDC86E752A091254348
Octal334206347552011445103110
Binary1101110010000110111001111011010100100110010010110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86E7; }

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

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

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

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

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

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

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

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