#DC4EFF

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

Shades of Heliotrope #DC4EFF

Tints of Heliotrope #DC4EFF

Color information

#DC4EFF (or 0xDC4EFF) is unknown color: approx Heliotrope. HEX triplet: DC, 4E and FF. RGB value is (220,78,255). Sum of RGB (Red+Green+Blue) = 220+78+255=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 78 (30.86% from 255 or 14.10% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4EFF is #23B100. Grayscale: #8C8C8C. Windows color (decimal): -2339073 or 16731868. OLE color: 16731868.

HSL color Cylindrical-coordinate representation of color #DC4EFF: hue angle of 288.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4EFF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22078255-
CMYK0.140.6900
HSL288.14º100%65.29%-
HSV(B)288.14º69.41%100%-
XYZ50.2927.8897.34-
YUV140.64192.54184.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 78 (30.86% from 255) = 14.10%
BLUE value IS 255 (100% from 255) = 46.11%
R=39.78%
G=14.10%
B=46.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal220782550.140.6900288.1410065.29
HexDC4EFFE45001206441
Octal3341163771610500440144101
Binary11011100100111011111111111010001010010010000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4EFF; }

 p { color: rgb(220,78,255); }

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

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

 a { background-color: rgb(220,78,255); }

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

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

 span { border-color: rgb(220,78,255); }

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