#DC5EF6

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

Shades of Heliotrope #DC5EF6

Tints of Heliotrope #DC5EF6

Color information

#DC5EF6 (or 0xDC5EF6) is unknown color: approx Heliotrope. HEX triplet: DC, 5E and F6. RGB value is (220,94,246). Sum of RGB (Red+Green+Blue) = 220+94+246=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC5EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5EF6 is #23A109. Grayscale: #949494. Windows color (decimal): -2334986 or 16146140. OLE color: 16146140.

HSL color Cylindrical-coordinate representation of color #DC5EF6: hue angle of 289.74º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5EF6 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22094246-
CMYK0.110.6200.04
HSL289.74º89.41%66.67%-
HSV(B)289.74º61.79%96.47%-
XYZ50.1529.8790.31-
YUV149182.74178.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 94 (37.11% from 255) = 16.79%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=39.29%
G=16.79%
B=43.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220942460.110.6200.04289.7489.4166.67
HexDC5EF6B3E041225943
Octal334136366137604442131103
Binary110111001011110111101101011111110010010010001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5EF6; }

 p { color: rgb(220,94,246); }

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

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

 a { background-color: rgb(220,94,246); }

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

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

 span { border-color: rgb(220,94,246); }

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