Html Css Color HEX #C46BFA Heliotrope

📋 copy color: '#C46BFA'

red 196 ◦ green 107 ◦ blue 250

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

Shades of Heliotrope #C46BFA

Tints of Heliotrope #C46BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.35%

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

R = 35.44%
G = 19.35%
B = 45.21%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C46BFA (or 0xC46BFA) is known color: Heliotrope. HEX triplet: C4, 6B and FA. RGB value is (196,107,250). Sum of RGB (Red+Green+Blue) = 196+107+250=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #C46BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46BFA is #3B9405. Grayscale: #959595. Windows color (decimal): -3904518 or 16411588. OLE color: 16411588.

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

Color convert

RGB 196 107 250 -
CMYK 0.22 0.57 0 0.02
HSL 277.34º 0.93% 0.7% -
HSV(B) 277.34º 0.57% 0.98% -
XYZ 45.28 29.15 93.68 -
YUV 149.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 196 107 250 0.22 0.57 0 0.02 277.34 0.93 0.7
Hex C4 6B FA 16 39 0 2 115 5D 46
Octal 304 153 372 26 71 0 2 425 135 106
Binary 11000100 1101011 11111010 10110 111001 0 10 100010101 1011101 1000110

Color Harmonies of #C46BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BFA

Black with #C46BFA

Text Example


Text Example

White with #C46BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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