Html Css Color HEX #C495FF Mauve

📋 copy color: '#C495FF'

red 196 ◦ green 149 ◦ blue 255

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

Shades of Mauve #C495FF

Tints of Mauve #C495FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.83%

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

R = 32.67%
G = 24.83%
B = 42.5%

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

#C495FF (or 0xC495FF) is known color: Mauve. HEX triplet: C4, 95 and FF. RGB value is (196,149,255). Sum of RGB (Red+Green+Blue) = 196+149+255=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #C495FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495FF is #3B6A00. Grayscale: #AEAEAE. Windows color (decimal): -3893761 or 16750020. OLE color: 16750020.

HSL color Cylindrical-coordinate representation of color #C495FF: hue angle of 266.6º 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 #C495FF is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 149 255 -
CMYK 0.23 0.42 0 0
HSL 266.6º 1% 0.79% -
HSV(B) 266.6º 0.42% 1% -
XYZ 51.56 40.45 99.7 -
YUV 175.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 196 149 255 0.23 0.42 0 0 266.6 1 0.79
Hex C4 95 FF 17 2A 0 0 10B 64 4F
Octal 304 225 377 27 52 0 0 413 144 117
Binary 11000100 10010101 11111111 10111 101010 0 0 100001011 1100100 1001111

Color Harmonies of #C495FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495FF

Black with #C495FF

Text Example


Text Example

White with #C495FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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