#dc6fec

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

Shades of Heliotrope #DC6FEC

Tints of Heliotrope #DC6FEC

Color information

#DC6FEC (or 0xDC6FEC) is unknown color: approx Heliotrope. HEX triplet: DC, 6F and EC. RGB value is (220,111,236). Sum of RGB (Red+Green+Blue) = 220+111+236=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FEC is #239013. Grayscale: #9D9D9D. Windows color (decimal): -2330644 or 15495132. OLE color: 15495132.

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

Color convert

RGB220111236-
CMYK0.070.5300.07
HSL292.32º76.69%68.04%-
HSV(B)292.32º52.97%92.55%-
XYZ50.3432.6483-
YUV157.84172.11172.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 111 (43.75% from 255) = 19.58%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=38.80%
G=19.58%
B=41.62%

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
Decimal2201112360.070.5300.07292.3276.6968.04
HexDC6FEC735071244d44
Octal33415735476507444115104
Binary11011100110111111101100111110101011110010010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6fec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc6fec; }

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

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

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

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

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

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

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

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