#C56FF1

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

Shades of Heliotrope #C56FF1

Tints of Heliotrope #C56FF1

Color information

#C56FF1 (or 0xC56FF1) is unknown color: approx Heliotrope. HEX triplet: C5, 6F and F1. RGB value is (197,111,241). Sum of RGB (Red+Green+Blue) = 197+111+241=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C56FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56FF1 is #3A900E. Grayscale: #979797. Windows color (decimal): -3837967 or 15822789. OLE color: 15822789.

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

Color convert

RGB197111241-
CMYK0.180.5400.05
HSL279.69º82.28%69.02%-
HSV(B)279.69º53.94%94.51%-
XYZ44.5929.5986.58-
YUV151.53178.49160.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.88%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=35.88%
G=20.22%
B=43.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971112410.180.5400.05279.6982.2869.02
HexC56FF11236051185245
Octal305157361226605430122105
Binary1100010111011111111000110010110110010110001100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FF1; }

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

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

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

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

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

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

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

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