Html Css Color HEX #C46AFE Heliotrope

📋 copy color: '#C46AFE'

red 196 ◦ green 106 ◦ blue 254

#C46AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C46AFE

Tints of Heliotrope #C46AFE

RGB

 RED value IS 196 (76.95% from 255) = 35.25%

 GREEN value IS 106 (41.8% 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 value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C46AFE (or 0xC46AFE) is known color: 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

RGB 196 106 254 -
CMYK 0.23 0.58 0 0.00
HSL 276.49º 0.99% 0.71% -
HSV(B) 276.49º 0.58% 1% -
XYZ 45.81 29.2 96.99 -
YUV 149.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 196 106 254 0.23 0.58 0 0.00 276.49 0.99 0.71
Hex C4 6A FE 17 3A 0 0 114 63 47
Octal 304 152 376 27 72 0 0 424 143 107
Binary 11000100 1101010 11111110 10111 111010 0 0 100010100 1100011 1000111

Color Harmonies of #C46AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AFE

Black with #C46AFE

Text Example


Text Example

White with #C46AFE

Text Example


Text Example

HTML Codes & Css Web 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>