#C46AFE

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

Shades of Heliotrope #C46AFE

Tints of Heliotrope #C46AFE

Color information

#C46AFE (or 0xC46AFE) is unknown color: approx Heliotrope. HEX triplet: C4, 6A and FE. RGB value is (196,106,254). Sum of RGB (Red+Green+Blue) = 196+106+254=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #C46AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46AFE is #3B9501. Grayscale: #959595. Windows color (decimal): -3904770 or 16673476. OLE color: 16673476.

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

Color convert

RGB196106254-
CMYK0.230.5800.00
HSL276.49º98.67%70.59%-
HSV(B)276.49º58.27%99.61%-
XYZ45.8129.296.99-
YUV149.78186.82160.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 106 (41.80% from 255) = 19.06%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=35.25%
G=19.06%
B=45.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961062540.230.5800.00276.4998.6770.59
HexC46AFE173A001146347
Octal304152376277200424143107
Binary11000100110101011111110101111110100010001010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46AFE; }

 p { color: rgb(196,106,254); }

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

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

 a { background-color: rgb(196,106,254); }

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

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

 span { border-color: rgb(196,106,254); }

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