#DC6FF1

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

Shades of Heliotrope #DC6FF1

Tints of Heliotrope #DC6FF1

Color information

#DC6FF1 (or 0xDC6FF1) is unknown color: approx Heliotrope. HEX triplet: DC, 6F and F1. RGB value is (220,111,241). Sum of RGB (Red+Green+Blue) = 220+111+241=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FF1 is #23900E. Grayscale: #9E9E9E. Windows color (decimal): -2330639 or 15822812. OLE color: 15822812.

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

Color convert

RGB220111241-
CMYK0.090.5400.05
HSL290.31º82.28%69.02%-
HSV(B)290.31º53.94%94.51%-
XYZ51.0832.9486.88-
YUV158.41174.61171.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 111 (43.75% from 255) = 19.41%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=38.46%
G=19.41%
B=42.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201112410.090.5400.05290.3182.2869.02
HexDC6FF1936051225245
Octal334157361116605442122105
Binary110111001101111111100011001110110010110010001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FF1; }

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

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

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

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

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

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

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

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