Html Css Color HEX #C46AFF Heliotrope

📋 copy color: '#C46AFF'

red 196 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #C46AFF

Tints of Heliotrope #C46AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.78%

R = 35.19%
G = 19.03%
B = 45.78%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C46AFF (or 0xC46AFF) is known color: Heliotrope. HEX triplet: C4, 6A and FF. RGB value is (196,106,255). Sum of RGB (Red+Green+Blue) = 196+106+255=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #C46AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46AFF is #3B9500. Grayscale: #959595. Windows color (decimal): -3904769 or 16739012. OLE color: 16739012.

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

Color convert

RGB 196 106 255 -
CMYK 0.23 0.58 0 0
HSL 276.24º 1% 0.71% -
HSV(B) 276.24º 0.58% 1% -
XYZ 45.97 29.26 97.83 -
YUV 149.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 196 106 255 0.23 0.58 0 0 276.24 1 0.71
Hex C4 6A FF 17 3A 0 0 114 64 47
Octal 304 152 377 27 72 0 0 424 144 107
Binary 11000100 1101010 11111111 10111 111010 0 0 100010100 1100100 1000111

Color Harmonies of #C46AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46AFF

Black with #C46AFF

Text Example


Text Example

White with #C46AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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