#c56cfc

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

Shades of Heliotrope #C56CFC

Tints of Heliotrope #C56CFC

Color information

#C56CFC (or 0xC56CFC) is unknown color: approx Heliotrope. HEX triplet: C5, 6C and FC. RGB value is (197,108,252). Sum of RGB (Red+Green+Blue) = 197+108+252=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C56CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CFC is #3A9303. Grayscale: #969696. Windows color (decimal): -3838724 or 16542917. OLE color: 16542917.

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

Color convert

RGB197108252-
CMYK0.220.5700.01
HSL277.08º96%70.59%-
HSV(B)277.08º57.14%98.82%-
XYZ45.9629.6295.39-
YUV151.03184.99160.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 108 (42.58% from 255) = 19.39%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=35.37%
G=19.39%
B=45.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971082520.220.5700.01277.089670.59
HexC56CFC1639011156047
Octal305154374267101425140107
Binary11000101110110011111100101101110010110001010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c56cfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c56cfc; }

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

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

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

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

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

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

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

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