Html Css Color HEX #C46FFA Heliotrope

📋 copy color: '#C46FFA'

red 196 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #C46FFA

Tints of Heliotrope #C46FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.93%

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 35.19%
G = 19.93%
B = 44.88%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C46FFA (or 0xC46FFA) is known color: Heliotrope. HEX triplet: C4, 6F and FA. RGB value is (196,111,250). Sum of RGB (Red+Green+Blue) = 196+111+250=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #C46FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FFA is #3B9005. Grayscale: #979797. Windows color (decimal): -3903494 or 16412612. OLE color: 16412612.

HSL color Cylindrical-coordinate representation of color #C46FFA: hue angle of 276.69º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46FFA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 111 250 -
CMYK 0.22 0.56 0 0.02
HSL 276.69º 0.93% 0.71% -
HSV(B) 276.69º 0.56% 0.98% -
XYZ 45.7 30.01 93.83 -
YUV 152.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 196 111 250 0.22 0.56 0 0.02 276.69 0.93 0.71
Hex C4 6F FA 16 38 0 2 115 5D 47
Octal 304 157 372 26 70 0 2 425 135 107
Binary 11000100 1101111 11111010 10110 111000 0 10 100010101 1011101 1000111

Color Harmonies of #C46FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FFA

Black with #C46FFA

Text Example


Text Example

White with #C46FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FFA; }

 p { color: rgb(196,111,250); }

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

background-color css

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

 a { background-color: rgb(196,111,250); }

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

border-color css

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

 span { border-color: rgb(196,111,250); }

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