#C46AF1

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

Shades of Heliotrope #C46AF1

Tints of Heliotrope #C46AF1

Color information

#C46AF1 (or 0xC46AF1) is unknown color: approx Heliotrope. HEX triplet: C4, 6A and F1. RGB value is (196,106,241). Sum of RGB (Red+Green+Blue) = 196+106+241=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #C46AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46AF1 is #3B950E. Grayscale: #939393. Windows color (decimal): -3904783 or 15821508. OLE color: 15821508.

HSL color Cylindrical-coordinate representation of color #C46AF1: hue angle of 280º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46AF1 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196106241-
CMYK0.190.5600.05
HSL280º82.82%68.04%-
HSV(B)280º56.02%94.51%-
XYZ43.828.3986.39-
YUV148.3180.32162.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 106 (41.80% from 255) = 19.52%
BLUE value IS 241 (94.53% from 255) = 44.38%
R=36.10%
G=19.52%
B=44.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961062410.190.5600.0528082.8268.04
HexC46AF11338051185344
Octal304152361237005430123104
Binary1100010011010101111000110011111000010110001100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46AF1; }

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

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

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

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

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

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

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

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