#C57CF2

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

Shades of Heliotrope #C57CF2

Tints of Heliotrope #C57CF2

Color information

#C57CF2 (or 0xC57CF2) is unknown color: approx Heliotrope. HEX triplet: C5, 7C and F2. RGB value is (197,124,242). Sum of RGB (Red+Green+Blue) = 197+124+242=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #C57CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CF2 is #3A830D. Grayscale: #9E9E9E. Windows color (decimal): -3834638 or 15891653. OLE color: 15891653.

HSL color Cylindrical-coordinate representation of color #C57CF2: hue angle of 277.12º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C57CF2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197124242-
CMYK0.190.4900.05
HSL277.12º81.94%71.76%-
HSV(B)277.12º48.76%94.9%-
XYZ46.2632.787.88-
YUV159.28174.68154.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 124 (48.83% from 255) = 22.02%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=34.99%
G=22.02%
B=42.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971242420.190.4900.05277.1281.9471.76
HexC57CF21331051155248
Octal305174362236105425122110
Binary1100010111111001111001010011110001010110001010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57CF2; }

 p { color: rgb(197,124,242); }

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

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

 a { background-color: rgb(197,124,242); }

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

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

 span { border-color: rgb(197,124,242); }

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