#DC6DF1

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

Shades of Heliotrope #DC6DF1

Tints of Heliotrope #DC6DF1

Color information

#DC6DF1 (or 0xDC6DF1) is unknown color: approx Heliotrope. HEX triplet: DC, 6D and F1. RGB value is (220,109,241). Sum of RGB (Red+Green+Blue) = 220+109+241=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DF1 is #23920E. Grayscale: #9C9C9C. Windows color (decimal): -2331151 or 15822300. OLE color: 15822300.

HSL color Cylindrical-coordinate representation of color #DC6DF1: hue angle of 290.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6DF1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220109241-
CMYK0.090.5500.05
HSL290.45º82.5%68.63%-
HSV(B)290.45º54.77%94.51%-
XYZ50.8632.586.81-
YUV157.24175.27172.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 109 (42.97% from 255) = 19.12%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=38.60%
G=19.12%
B=42.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201092410.090.5500.05290.4582.568.63
HexDC6DF1937051225245
Octal334155361116705442122105
Binary110111001101101111100011001110111010110010001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DF1; }

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

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

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

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

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

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

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

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