Html Css Color HEX #C46AFC Heliotrope

📋 copy color: '#C46AFC'

red 196 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #C46AFC

Tints of Heliotrope #C46AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.13%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 35.38%
G = 19.13%
B = 45.49%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C46AFC (or 0xC46AFC) is known color: Heliotrope. HEX triplet: C4, 6A and FC. RGB value is (196,106,252). Sum of RGB (Red+Green+Blue) = 196+106+252=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #C46AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46AFC is #3B9503. Grayscale: #959595. Windows color (decimal): -3904772 or 16542404. OLE color: 16542404.

HSL color Cylindrical-coordinate representation of color #C46AFC: hue angle of 276.99º degrees, saturation: 0.96, 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 #C46AFC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 106 252 -
CMYK 0.22 0.58 0 0.01
HSL 276.99º 0.96% 0.7% -
HSV(B) 276.99º 0.58% 0.99% -
XYZ 45.49 29.07 95.31 -
YUV 149.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 196 106 252 0.22 0.58 0 0.01 276.99 0.96 0.7
Hex C4 6A FC 16 3A 0 1 115 60 46
Octal 304 152 374 26 72 0 1 425 140 106
Binary 11000100 1101010 11111100 10110 111010 0 1 100010101 1100000 1000110

Color Harmonies of #C46AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AFC

Black with #C46AFC

Text Example


Text Example

White with #C46AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46AFC; }

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

 H1.HeaderClassName
 {
   color: #C46AFC;
 }
 .AnyTagClassName
 {
   color: #C46AFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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