#C56AFD

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

Shades of Heliotrope #C56AFD

Tints of Heliotrope #C56AFD

Color information

#C56AFD (or 0xC56AFD) is unknown color: approx Heliotrope. HEX triplet: C5, 6A and FD. RGB value is (197,106,253). Sum of RGB (Red+Green+Blue) = 197+106+253=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C56AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56AFD is #3A9502. Grayscale: #959595. Windows color (decimal): -3839235 or 16607941. OLE color: 16607941.

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

Color convert

RGB197106253-
CMYK0.220.5800.01
HSL277.14º97.35%70.39%-
HSV(B)277.14º58.1%99.22%-
XYZ45.9129.2796.16-
YUV149.97186.15161.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 106 (41.80% from 255) = 19.06%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=35.43%
G=19.06%
B=45.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971062530.220.5800.01277.1497.3570.39
HexC56AFD163A011156146
Octal305152375267201425141106
Binary11000101110101011111101101101110100110001010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AFD; }

 p { color: rgb(197,106,253); }

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

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

 a { background-color: rgb(197,106,253); }

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

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

 span { border-color: rgb(197,106,253); }

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