#C575FA

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

Shades of Heliotrope #C575FA

Tints of Heliotrope #C575FA

Color information

#C575FA (or 0xC575FA) is unknown color: approx Heliotrope. HEX triplet: C5, 75 and FA. RGB value is (197,117,250). Sum of RGB (Red+Green+Blue) = 197+117+250=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #C575FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575FA is #3A8A05. Grayscale: #9B9B9B. Windows color (decimal): -3836422 or 16414149. OLE color: 16414149.

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

Color convert

RGB197117250-
CMYK0.210.5300.02
HSL276.09º93.01%71.96%-
HSV(B)276.09º53.2%98.04%-
XYZ46.6431.594.06-
YUV156.08181157.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 117 (46.09% from 255) = 20.74%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=34.93%
G=20.74%
B=44.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971172500.210.5300.02276.0993.0171.96
HexC575FA1535021145d48
Octal305165372256502424135110
Binary110001011110101111110101010111010101010001010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575FA; }

 p { color: rgb(197,117,250); }

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

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

 a { background-color: rgb(197,117,250); }

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

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

 span { border-color: rgb(197,117,250); }

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