#DC6DEE

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

Shades of Heliotrope #DC6DEE

Tints of Heliotrope #DC6DEE

Color information

#DC6DEE (or 0xDC6DEE) is unknown color: approx Heliotrope. HEX triplet: DC, 6D and EE. RGB value is (220,109,238). Sum of RGB (Red+Green+Blue) = 220+109+238=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DEE is #239211. Grayscale: #9C9C9C. Windows color (decimal): -2331154 or 15625692. OLE color: 15625692.

HSL color Cylindrical-coordinate representation of color #DC6DEE: hue angle of 291.63º degrees, saturation: 0.79, 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 #DC6DEE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220109238-
CMYK0.080.5400.07
HSL291.63º79.14%68.04%-
HSV(B)291.63º54.2%93.33%-
XYZ50.4232.3384.47-
YUV156.9173.77173.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 109 (42.97% from 255) = 19.22%
BLUE value IS 238 (93.36% from 255) = 41.98%
R=38.80%
G=19.22%
B=41.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201092380.080.5400.07291.6379.1468.04
HexDC6DEE836071244f44
Octal334155356106607444117104
Binary110111001101101111011101000110110011110010010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DEE; }

 p { color: rgb(220,109,238); }

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

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

 a { background-color: rgb(220,109,238); }

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

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

 span { border-color: rgb(220,109,238); }

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