#DC87E6

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

Shades of Violet #DC87E6

Tints of Violet #DC87E6

Color information

#DC87E6 (or 0xDC87E6) is unknown color: approx Violet. HEX triplet: DC, 87 and E6. RGB value is (220,135,230). Sum of RGB (Red+Green+Blue) = 220+135+230=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87E6 is #237819. Grayscale: #AAAAAA. Windows color (decimal): -2324506 or 15108060. OLE color: 15108060.

HSL color Cylindrical-coordinate representation of color #DC87E6: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC87E6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220135230-
CMYK0.040.4100.10
HSL293.68º65.52%71.57%-
HSV(B)293.68º41.3%90.2%-
XYZ52.4638.2679.48-
YUV171.24161.16162.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 135 (53.12% from 255) = 23.08%
BLUE value IS 230 (90.23% from 255) = 39.32%
R=37.61%
G=23.08%
B=39.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201352300.040.4100.10293.6865.5271.57
HexDC87E64290A1264248
Octal334207346451012446102110
Binary1101110010000111111001101001010010101010010011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC87E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC87E6; }

 p { color: rgb(220,135,230); }

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

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

 a { background-color: rgb(220,135,230); }

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

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

 span { border-color: rgb(220,135,230); }

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