#C56AF1

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

Shades of Heliotrope #C56AF1

Tints of Heliotrope #C56AF1

Color information

#C56AF1 (or 0xC56AF1) is unknown color: approx Heliotrope. HEX triplet: C5, 6A and F1. RGB value is (197,106,241). Sum of RGB (Red+Green+Blue) = 197+106+241=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #C56AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56AF1 is #3A950E. Grayscale: #949494. Windows color (decimal): -3839247 or 15821509. OLE color: 15821509.

HSL color Cylindrical-coordinate representation of color #C56AF1: hue angle of 280.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56AF1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197106241-
CMYK0.180.5600.05
HSL280.44º82.82%68.04%-
HSV(B)280.44º56.02%94.51%-
XYZ44.0628.5386.4-
YUV148.6180.15162.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 241 (94.53% from 255) = 44.30%
R=36.21%
G=19.49%
B=44.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971062410.180.5600.05280.4482.8268.04
HexC56AF11238051185344
Octal305152361227005430123104
Binary1100010111010101111000110010111000010110001100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AF1; }

 p { color: rgb(197,106,241); }

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

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

 a { background-color: rgb(197,106,241); }

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

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

 span { border-color: rgb(197,106,241); }

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