#C561F1

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

Shades of Heliotrope #C561F1

Tints of Heliotrope #C561F1

Color information

#C561F1 (or 0xC561F1) is unknown color: approx Heliotrope. HEX triplet: C5, 61 and F1. RGB value is (197,97,241). Sum of RGB (Red+Green+Blue) = 197+97+241=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #C561F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561F1 is #3A9E0E. Grayscale: #8E8E8E. Windows color (decimal): -3841551 or 15819205. OLE color: 15819205.

HSL color Cylindrical-coordinate representation of color #C561F1: hue angle of 281.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C561F1 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19797241-
CMYK0.180.6000.05
HSL281.67º83.72%66.27%-
HSV(B)281.67º59.75%94.51%-
XYZ43.1826.7786.11-
YUV143.32183.13166.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=36.82%
G=18.13%
B=45.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197972410.180.6000.05281.6783.7266.27
HexC561F1123C0511a5442
Octal305141361227405432124102
Binary1100010111000011111000110010111100010110001101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561F1; }

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

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

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

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

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

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

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

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