#C57AF5

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

Shades of Heliotrope #C57AF5

Tints of Heliotrope #C57AF5

Color information

#C57AF5 (or 0xC57AF5) is unknown color: approx Heliotrope. HEX triplet: C5, 7A and F5. RGB value is (197,122,245). Sum of RGB (Red+Green+Blue) = 197+122+245=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #C57AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AF5 is #3A850A. Grayscale: #9E9E9E. Windows color (decimal): -3835147 or 16087749. OLE color: 16087749.

HSL color Cylindrical-coordinate representation of color #C57AF5: hue angle of 276.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57AF5 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197122245-
CMYK0.200.5000.04
HSL276.59º86.01%71.96%-
HSV(B)276.59º50.2%96.08%-
XYZ46.4732.3890.19-
YUV158.45176.85155.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 122 (48.05% from 255) = 21.63%
BLUE value IS 245 (96.09% from 255) = 43.44%
R=34.93%
G=21.63%
B=43.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971222450.200.5000.04276.5986.0171.96
HexC57AF51432041155648
Octal305172365246204425126110
Binary1100010111110101111010110100110010010010001010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AF5; }

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

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

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

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

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

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

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

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