#C57DFC

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

Shades of Heliotrope #C57DFC

Tints of Heliotrope #C57DFC

Color information

#C57DFC (or 0xC57DFC) is unknown color: approx Heliotrope. HEX triplet: C5, 7D and FC. RGB value is (197,125,252). Sum of RGB (Red+Green+Blue) = 197+125+252=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #C57DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DFC is #3A8203. Grayscale: #A0A0A0. Windows color (decimal): -3834372 or 16547269. OLE color: 16547269.

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

Color convert

RGB197125252-
CMYK0.220.5000.01
HSL274.02º95.49%73.92%-
HSV(B)274.02º50.4%98.82%-
XYZ47.9333.5796.05-
YUV161.01179.35153.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 125 (49.22% from 255) = 21.78%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=34.32%
G=21.78%
B=43.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971252520.220.5000.01274.0295.4973.92
HexC57DFC1632011125f4a
Octal305175374266201422137112
Binary11000101111110111111100101101100100110001001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DFC; }

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

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

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

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

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

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

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

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