Html Css Color HEX #C46CFC Heliotrope

📋 copy color: '#C46CFC'

red 196 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #C46CFC

Tints of Heliotrope #C46CFC

RGB

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

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

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

R = 35.25%
G = 19.42%
B = 45.32%

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

#C46CFC (or 0xC46CFC) is known color: Heliotrope. HEX triplet: C4, 6C and FC. RGB value is (196,108,252). Sum of RGB (Red+Green+Blue) = 196+108+252=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #C46CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CFC is #3B9303. Grayscale: #969696. Windows color (decimal): -3904260 or 16542916. OLE color: 16542916.

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

Color convert

RGB 196 108 252 -
CMYK 0.22 0.57 0 0.01
HSL 276.67º 0.96% 0.71% -
HSV(B) 276.67º 0.57% 0.99% -
XYZ 45.7 29.49 95.38 -
YUV 150.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 196 108 252 0.22 0.57 0 0.01 276.67 0.96 0.71
Hex C4 6C FC 16 39 0 1 115 60 47
Octal 304 154 374 26 71 0 1 425 140 107
Binary 11000100 1101100 11111100 10110 111001 0 1 100010101 1100000 1000111

Color Harmonies of #C46CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CFC

Black with #C46CFC

Text Example


Text Example

White with #C46CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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