#DC7EF0

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

Shades of Heliotrope #DC7EF0

Tints of Heliotrope #DC7EF0

Color information

#DC7EF0 (or 0xDC7EF0) is unknown color: approx Heliotrope. HEX triplet: DC, 7E and F0. RGB value is (220,126,240). Sum of RGB (Red+Green+Blue) = 220+126+240=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC7EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EF0 is #23810F. Grayscale: #A6A6A6. Windows color (decimal): -2326800 or 15761116. OLE color: 15761116.

HSL color Cylindrical-coordinate representation of color #DC7EF0: hue angle of 289.47º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7EF0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220126240-
CMYK0.080.4800.06
HSL289.47º79.17%71.76%-
HSV(B)289.47º47.5%94.12%-
XYZ52.736.4386.69-
YUV167.1169.14165.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 126 (49.61% from 255) = 21.50%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=37.54%
G=21.50%
B=40.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201262400.080.4800.06289.4779.1771.76
HexDC7EF0830061214f48
Octal334176360106006441117110
Binary110111001111110111100001000110000011010010000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7EF0; }

 p { color: rgb(220,126,240); }

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

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

 a { background-color: rgb(220,126,240); }

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

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

 span { border-color: rgb(220,126,240); }

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