#C57DFA

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

Shades of Heliotrope #C57DFA

Tints of Heliotrope #C57DFA

Color information

#C57DFA (or 0xC57DFA) is unknown color: approx Heliotrope. HEX triplet: C5, 7D and FA. RGB value is (197,125,250). Sum of RGB (Red+Green+Blue) = 197+125+250=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #C57DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DFA is #3A8205. Grayscale: #A0A0A0. Windows color (decimal): -3834374 or 16416197. OLE color: 16416197.

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

Color convert

RGB197125250-
CMYK0.210.5000.02
HSL274.56º92.59%73.53%-
HSV(B)274.56º50%98.04%-
XYZ47.6133.4494.39-
YUV160.78178.35153.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=34.44%
G=21.85%
B=43.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971252500.210.5000.02274.5692.5973.53
HexC57DFA1532021135d4a
Octal305175372256202423135112
Binary110001011111101111110101010111001001010001001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DFA; }

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

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

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

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

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

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

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

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