#DC73EA

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

Shades of Heliotrope #DC73EA

Tints of Heliotrope #DC73EA

Color information

#DC73EA (or 0xDC73EA) is unknown color: approx Heliotrope. HEX triplet: DC, 73 and EA. RGB value is (220,115,234). Sum of RGB (Red+Green+Blue) = 220+115+234=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73EA is #238C15. Grayscale: #9F9F9F. Windows color (decimal): -2329622 or 15365084. OLE color: 15365084.

HSL color Cylindrical-coordinate representation of color #DC73EA: hue angle of 292.94º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC73EA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220115234-
CMYK0.060.5100.08
HSL292.94º73.91%68.43%-
HSV(B)292.94º50.85%91.76%-
XYZ50.533.4281.63-
YUV159.96169.79170.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 115 (45.31% from 255) = 20.21%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=38.66%
G=20.21%
B=41.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201152340.060.5100.08292.9473.9168.43
HexDC73EA633081254a44
Octal334163352663010445112104
Binary110111001110011111010101101100110100010010010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC73EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC73EA; }

 p { color: rgb(220,115,234); }

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

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

 a { background-color: rgb(220,115,234); }

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

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

 span { border-color: rgb(220,115,234); }

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