#C56CFA

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

Shades of Heliotrope #C56CFA

Tints of Heliotrope #C56CFA

Color information

#C56CFA (or 0xC56CFA) is unknown color: approx Heliotrope. HEX triplet: C5, 6C and FA. RGB value is (197,108,250). Sum of RGB (Red+Green+Blue) = 197+108+250=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #C56CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CFA is #3A9305. Grayscale: #969696. Windows color (decimal): -3838726 or 16411845. OLE color: 16411845.

HSL color Cylindrical-coordinate representation of color #C56CFA: hue angle of 277.61º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56CFA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197108250-
CMYK0.210.5700.02
HSL277.61º93.42%70.2%-
HSV(B)277.61º56.8%98.04%-
XYZ45.6429.593.73-
YUV150.8183.99160.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.50%
GREEN value IS 108 (42.58% from 255) = 19.46%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=35.50%
G=19.46%
B=45.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971082500.210.5700.02277.6193.4270.2
HexC56CFA1539021165d46
Octal305154372257102426135106
Binary110001011101100111110101010111100101010001011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56CFA; }

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

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

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

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

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

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

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

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