#C573FC

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

Shades of Heliotrope #C573FC

Tints of Heliotrope #C573FC

Color information

#C573FC (or 0xC573FC) is unknown color: approx Heliotrope. HEX triplet: C5, 73 and FC. RGB value is (197,115,252). Sum of RGB (Red+Green+Blue) = 197+115+252=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C573FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573FC is #3A8C03. Grayscale: #9A9A9A. Windows color (decimal): -3836932 or 16544709. OLE color: 16544709.

HSL color Cylindrical-coordinate representation of color #C573FC: hue angle of 275.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C573FC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197115252-
CMYK0.220.5400.01
HSL275.91º95.8%71.96%-
HSV(B)275.91º54.37%98.82%-
XYZ46.7331.1695.65-
YUV155.14182.67157.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 115 (45.31% from 255) = 20.39%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=34.93%
G=20.39%
B=44.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971152520.220.5400.01275.9195.871.96
HexC573FC1636011146048
Octal305163374266601424140110
Binary11000101111001111111100101101101100110001010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573FC; }

 p { color: rgb(197,115,252); }

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

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

 a { background-color: rgb(197,115,252); }

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

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

 span { border-color: rgb(197,115,252); }

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