#C57CFD

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

Shades of Heliotrope #C57CFD

Tints of Heliotrope #C57CFD

Color information

#C57CFD (or 0xC57CFD) is unknown color: approx Heliotrope. HEX triplet: C5, 7C and FD. RGB value is (197,124,253). Sum of RGB (Red+Green+Blue) = 197+124+253=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #C57CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57CFD is #3A8302. Grayscale: #A0A0A0. Windows color (decimal): -3834627 or 16612549. OLE color: 16612549.

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

Color convert

RGB197124253-
CMYK0.220.5100.01
HSL273.95º96.99%73.92%-
HSV(B)273.95º50.99%99.22%-
XYZ47.9633.3896.84-
YUV160.53180.18154.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 124 (48.83% from 255) = 21.60%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=34.32%
G=21.60%
B=44.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971242530.220.5100.01273.9596.9973.92
HexC57CFD163301112614a
Octal305174375266301422141112
Binary11000101111110011111101101101100110110001001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57CFD; }

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

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

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

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

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

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

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

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