#C564FE

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

Shades of Heliotrope #C564FE

Tints of Heliotrope #C564FE

Color information

#C564FE (or 0xC564FE) is unknown color: approx Heliotrope. HEX triplet: C5, 64 and FE. RGB value is (197,100,254). Sum of RGB (Red+Green+Blue) = 197+100+254=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #C564FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564FE is #3A9B01. Grayscale: #929292. Windows color (decimal): -3840770 or 16671941. OLE color: 16671941.

HSL color Cylindrical-coordinate representation of color #C564FE: hue angle of 277.79º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C564FE is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197100254-
CMYK0.220.6100.00
HSL277.79º98.72%69.41%-
HSV(B)277.79º60.63%99.61%-
XYZ45.4728.1496.8-
YUV146.56188.64163.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.75%
GREEN value IS 100 (39.45% from 255) = 18.15%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=35.75%
G=18.15%
B=46.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971002540.220.6100.00277.7998.7269.41
HexC564FE163D001166345
Octal305144376267500426143105
Binary11000101110010011111110101101111010010001011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564FE; }

 p { color: rgb(197,100,254); }

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

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

 a { background-color: rgb(197,100,254); }

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

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

 span { border-color: rgb(197,100,254); }

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