#DC73FA

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

Shades of Heliotrope #DC73FA

Tints of Heliotrope #DC73FA

Color information

#DC73FA (or 0xDC73FA) is unknown color: approx Heliotrope. HEX triplet: DC, 73 and FA. RGB value is (220,115,250). Sum of RGB (Red+Green+Blue) = 220+115+250=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73FA is #238C05. Grayscale: #A1A1A1. Windows color (decimal): -2329606 or 16413660. OLE color: 16413660.

HSL color Cylindrical-coordinate representation of color #DC73FA: hue angle of 286.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC73FA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220115250-
CMYK0.120.5400.02
HSL286.67º93.1%71.57%-
HSV(B)286.67º54%98.04%-
XYZ52.934.3894.29-
YUV161.78177.79169.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 115 (45.31% from 255) = 19.66%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=37.61%
G=19.66%
B=42.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201152500.120.5400.02286.6793.171.57
HexDC73FAC360211f5d48
Octal334163372146602437135110
Binary11011100111001111111010110011011001010001111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC73FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC73FA; }

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

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

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

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

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

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

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

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