#C56CFE

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

Shades of Heliotrope #C56CFE

Tints of Heliotrope #C56CFE

Color information

#C56CFE (or 0xC56CFE) is unknown color: approx Heliotrope. HEX triplet: C5, 6C and FE. RGB value is (197,108,254). Sum of RGB (Red+Green+Blue) = 197+108+254=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #C56CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CFE is #3A9301. Grayscale: #969696. Windows color (decimal): -3838722 or 16673989. OLE color: 16673989.

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

Color convert

RGB197108254-
CMYK0.220.5700.00
HSL276.58º98.65%70.98%-
HSV(B)276.58º57.48%99.61%-
XYZ46.2829.7597.07-
YUV151.26185.99160.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 108 (42.58% from 255) = 19.32%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=35.24%
G=19.32%
B=45.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971082540.220.5700.00276.5898.6570.98
HexC56CFE1639001156347
Octal305154376267100425143107
Binary11000101110110011111110101101110010010001010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56CFE; }

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

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

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

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

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

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

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

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