Html Css Color HEX #C46DFC Heliotrope

📋 copy color: '#C46DFC'

red 196 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #C46DFC

Tints of Heliotrope #C46DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.57%

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

R = 35.19%
G = 19.57%
B = 45.24%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C46DFC (or 0xC46DFC) is known color: Heliotrope. HEX triplet: C4, 6D and FC. RGB value is (196,109,252). Sum of RGB (Red+Green+Blue) = 196+109+252=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #C46DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46DFC is #3B9203. Grayscale: #969696. Windows color (decimal): -3904004 or 16543172. OLE color: 16543172.

HSL color Cylindrical-coordinate representation of color #C46DFC: hue angle of 276.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46DFC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 109 252 -
CMYK 0.22 0.57 0 0.01
HSL 276.5º 0.96% 0.71% -
HSV(B) 276.5º 0.57% 0.99% -
XYZ 45.8 29.7 95.41 -
YUV 151.32 184.82 159.87 -
System Red Green Blue C M Y K H S L
Decimal 196 109 252 0.22 0.57 0 0.01 276.5 0.96 0.71
Hex C4 6D FC 16 39 0 1 115 60 47
Octal 304 155 374 26 71 0 1 425 140 107
Binary 11000100 1101101 11111100 10110 111001 0 1 100010101 1100000 1000111

Color Harmonies of #C46DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DFC

Black with #C46DFC

Text Example


Text Example

White with #C46DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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