#DC7EF2

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

Shades of Heliotrope #DC7EF2

Tints of Heliotrope #DC7EF2

Color information

#DC7EF2 (or 0xDC7EF2) is unknown color: approx Heliotrope. HEX triplet: DC, 7E and F2. RGB value is (220,126,242). Sum of RGB (Red+Green+Blue) = 220+126+242=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EF2 is #23810D. Grayscale: #A6A6A6. Windows color (decimal): -2326798 or 15892188. OLE color: 15892188.

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

Color convert

RGB220126242-
CMYK0.090.4800.05
HSL288.62º81.69%72.16%-
HSV(B)288.62º47.93%94.9%-
XYZ5336.5588.27-
YUV167.33170.14165.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 126 (49.61% from 255) = 21.43%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=37.41%
G=21.43%
B=41.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201262420.090.4800.05288.6281.6972.16
HexDC7EF2930051215248
Octal334176362116005441122110
Binary110111001111110111100101001110000010110010000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7EF2; }

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

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

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

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

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

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

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

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