#C574F5

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

Shades of Heliotrope #C574F5

Tints of Heliotrope #C574F5

Color information

#C574F5 (or 0xC574F5) is unknown color: approx Heliotrope. HEX triplet: C5, 74 and F5. RGB value is (197,116,245). Sum of RGB (Red+Green+Blue) = 197+116+245=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #C574F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574F5 is #3A8B0A. Grayscale: #9A9A9A. Windows color (decimal): -3836683 or 16086213. OLE color: 16086213.

HSL color Cylindrical-coordinate representation of color #C574F5: hue angle of 277.67º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C574F5 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197116245-
CMYK0.200.5300.04
HSL277.67º86.58%70.78%-
HSV(B)277.67º52.65%96.08%-
XYZ45.7530.9589.95-
YUV154.93178.84158.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 116 (45.70% from 255) = 20.79%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=35.30%
G=20.79%
B=43.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971162450.200.5300.04277.6786.5870.78
HexC574F51435041165747
Octal305164365246504426127107
Binary1100010111101001111010110100110101010010001011010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C574F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C574F5; }

 p { color: rgb(197,116,245); }

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

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

 a { background-color: rgb(197,116,245); }

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

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

 span { border-color: rgb(197,116,245); }

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