#C57FFA

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

Shades of Heliotrope #C57FFA

Tints of Heliotrope #C57FFA

Color information

#C57FFA (or 0xC57FFA) is unknown color: approx Heliotrope. HEX triplet: C5, 7F and FA. RGB value is (197,127,250). Sum of RGB (Red+Green+Blue) = 197+127+250=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #C57FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57FFA is #3A8005. Grayscale: #A1A1A1. Windows color (decimal): -3833862 or 16416709. OLE color: 16416709.

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

Color convert

RGB197127250-
CMYK0.210.4900.02
HSL274.15º92.48%73.92%-
HSV(B)274.15º49.2%98.04%-
XYZ47.8733.9594.47-
YUV161.95177.69153-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 127 (50% from 255) = 22.13%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=34.32%
G=22.13%
B=43.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971272500.210.4900.02274.1592.4873.92
HexC57FFA1531021125c4a
Octal305177372256102422134112
Binary110001011111111111110101010111000101010001001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57FFA; }

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

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

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

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

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

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

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

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