Html Css Color HEX #C46CFB Heliotrope

📋 copy color: '#C46CFB'

red 196 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #C46CFB

Tints of Heliotrope #C46CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.46%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 35.32%
G = 19.46%
B = 45.23%

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

#C46CFB (or 0xC46CFB) is known color: Heliotrope. HEX triplet: C4, 6C and FB. RGB value is (196,108,251). Sum of RGB (Red+Green+Blue) = 196+108+251=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #C46CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CFB is #3B9304. Grayscale: #969696. Windows color (decimal): -3904261 or 16477380. OLE color: 16477380.

HSL color Cylindrical-coordinate representation of color #C46CFB: hue angle of 276.92º degrees, saturation: 0.95, 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 #C46CFB is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 108 251 -
CMYK 0.22 0.57 0 0.02
HSL 276.92º 0.95% 0.7% -
HSV(B) 276.92º 0.57% 0.98% -
XYZ 45.54 29.43 94.55 -
YUV 150.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 196 108 251 0.22 0.57 0 0.02 276.92 0.95 0.7
Hex C4 6C FB 16 39 0 2 115 5F 46
Octal 304 154 373 26 71 0 2 425 137 106
Binary 11000100 1101100 11111011 10110 111001 0 10 100010101 1011111 1000110

Color Harmonies of #C46CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CFB

Black with #C46CFB

Text Example


Text Example

White with #C46CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CFB; }

 p { color: rgb(196,108,251); }

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

background-color css

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

 a { background-color: rgb(196,108,251); }

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

border-color css

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

 span { border-color: rgb(196,108,251); }

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