#dc7ee6

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

Shades of Violet #DC7EE6

Tints of Violet #DC7EE6

Color information

#DC7EE6 (or 0xDC7EE6) is unknown color: approx Violet. HEX triplet: DC, 7E and E6. RGB value is (220,126,230). Sum of RGB (Red+Green+Blue) = 220+126+230=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC7EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EE6 is #238119. Grayscale: #A5A5A5. Windows color (decimal): -2326810 or 15105756. OLE color: 15105756.

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

Color convert

RGB220126230-
CMYK0.040.4500.10
HSL294.23º67.53%69.8%-
HSV(B)294.23º45.22%90.2%-
XYZ51.2635.8579.08-
YUV165.96164.14166.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 126 (49.61% from 255) = 21.88%
BLUE value IS 230 (90.23% from 255) = 39.93%
R=38.19%
G=21.88%
B=39.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201262300.040.4500.10294.2367.5369.8
HexDC7EE642D0A1264446
Octal334176346455012446104106
Binary110111001111110111001101001011010101010010011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7ee6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7ee6; }

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

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

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

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

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

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

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

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