#C46AF5

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

Shades of Heliotrope #C46AF5

Tints of Heliotrope #C46AF5

Color information

#C46AF5 (or 0xC46AF5) is unknown color: approx Heliotrope. HEX triplet: C4, 6A and F5. RGB value is (196,106,245). Sum of RGB (Red+Green+Blue) = 196+106+245=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #C46AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46AF5 is #3B950A. Grayscale: #949494. Windows color (decimal): -3904779 or 16083652. OLE color: 16083652.

HSL color Cylindrical-coordinate representation of color #C46AF5: hue angle of 278.85º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46AF5 is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196106245-
CMYK0.20.5700.04
HSL278.85º87.42%68.82%-
HSV(B)278.85º56.73%96.08%-
XYZ44.428.6489.57-
YUV148.76182.32161.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 106 (41.80% from 255) = 19.38%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=35.83%
G=19.38%
B=44.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961062450.20.5700.04278.8587.4268.82
HexC46AF51439041175745
Octal304152365247104427127105
Binary1100010011010101111010110100111001010010001011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46AF5; }

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

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

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

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

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

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

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

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