Html Css Color HEX #C46FFE Heliotrope

📋 copy color: '#C46FFE'

red 196 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #C46FFE

Tints of Heliotrope #C46FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 34.94%
G = 19.79%
B = 45.28%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C46FFE (or 0xC46FFE) is known color: Heliotrope. HEX triplet: C4, 6F and FE. RGB value is (196,111,254). Sum of RGB (Red+Green+Blue) = 196+111+254=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #C46FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FFE is #3B9001. Grayscale: #989898. Windows color (decimal): -3903490 or 16674756. OLE color: 16674756.

HSL color Cylindrical-coordinate representation of color #C46FFE: hue angle of 275.66º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46FFE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 111 254 -
CMYK 0.23 0.56 0 0.00
HSL 275.66º 0.99% 0.72% -
HSV(B) 275.66º 0.56% 1% -
XYZ 46.34 30.26 97.16 -
YUV 152.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 196 111 254 0.23 0.56 0 0.00 275.66 0.99 0.72
Hex C4 6F FE 17 38 0 0 114 63 48
Octal 304 157 376 27 70 0 0 424 143 110
Binary 11000100 1101111 11111110 10111 111000 0 0 100010100 1100011 1001000

Color Harmonies of #C46FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FFE

Black with #C46FFE

Text Example


Text Example

White with #C46FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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