#DC6FED

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

Shades of Heliotrope #DC6FED

Tints of Heliotrope #DC6FED

Color information

#DC6FED (or 0xDC6FED) is unknown color: approx Heliotrope. HEX triplet: DC, 6F and ED. RGB value is (220,111,237). Sum of RGB (Red+Green+Blue) = 220+111+237=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FED is #239012. Grayscale: #9D9D9D. Windows color (decimal): -2330643 or 15560668. OLE color: 15560668.

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

Color convert

RGB220111237-
CMYK0.070.5300.07
HSL291.9º77.78%68.24%-
HSV(B)291.9º53.16%92.94%-
XYZ50.4932.783.77-
YUV157.96172.61172.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 111 (43.75% from 255) = 19.54%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=38.73%
G=19.54%
B=41.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201112370.070.5300.07291.977.7868.24
HexDC6FED735071244e44
Octal33415735576507444116104
Binary11011100110111111101101111110101011110010010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6FED; }

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

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

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

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

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

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

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

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