#DC6EED

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

Shades of Heliotrope #DC6EED

Tints of Heliotrope #DC6EED

Color information

#DC6EED (or 0xDC6EED) is unknown color: approx Heliotrope. HEX triplet: DC, 6E and ED. RGB value is (220,110,237). Sum of RGB (Red+Green+Blue) = 220+110+237=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EED is #239112. Grayscale: #9C9C9C. Windows color (decimal): -2330899 or 15560412. OLE color: 15560412.

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

Color convert

RGB220110237-
CMYK0.070.5400.07
HSL291.97º77.91%68.04%-
HSV(B)291.97º53.59%92.94%-
XYZ50.3832.4883.74-
YUV157.37172.94172.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 110 (43.36% from 255) = 19.40%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=38.80%
G=19.40%
B=41.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201102370.070.5400.07291.9777.9168.04
HexDC6EED736071244e44
Octal33415635576607444116104
Binary11011100110111011101101111110110011110010010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6EED; }

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

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

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

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

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

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

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

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