Html Css Color HEX #C494FF Mauve

📋 copy color: '#C494FF'

red 196 ◦ green 148 ◦ blue 255

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

Shades of Mauve #C494FF

Tints of Mauve #C494FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.71%

 BLUE value IS 255 (100% from 255) = 42.57%

R = 32.72%
G = 24.71%
B = 42.57%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C494FF (or 0xC494FF) is known color: Mauve. HEX triplet: C4, 94 and FF. RGB value is (196,148,255). Sum of RGB (Red+Green+Blue) = 196+148+255=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C494FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494FF is #3B6B00. Grayscale: #AEAEAE. Windows color (decimal): -3894017 or 16749764. OLE color: 16749764.

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

Color convert

RGB 196 148 255 -
CMYK 0.23 0.42 0 0
HSL 266.92º 1% 0.79% -
HSV(B) 266.92º 0.42% 1% -
XYZ 51.4 40.14 99.65 -
YUV 174.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 196 148 255 0.23 0.42 0 0 266.92 1 0.79
Hex C4 94 FF 17 2A 0 0 10B 64 4F
Octal 304 224 377 27 52 0 0 413 144 117
Binary 11000100 10010100 11111111 10111 101010 0 0 100001011 1100100 1001111

Color Harmonies of #C494FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494FF

Black with #C494FF

Text Example


Text Example

White with #C494FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494FF; }

 p { color: rgb(196,148,255); }

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

background-color css

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

 a { background-color: rgb(196,148,255); }

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

border-color css

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

 span { border-color: rgb(196,148,255); }

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