Html Css Color HEX #C4A3FE Mauve

📋 copy color: '#C4A3FE'

red 196 ◦ green 163 ◦ blue 254

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

Shades of Mauve #C4A3FE

Tints of Mauve #C4A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.59%

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

R = 31.97%
G = 26.59%
B = 41.44%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4A3FE (or 0xC4A3FE) is known color: Mauve. HEX triplet: C4, A3 and FE. RGB value is (196,163,254). Sum of RGB (Red+Green+Blue) = 196+163+254=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A3FE is #3B5C01. Grayscale: #B6B6B6. Windows color (decimal): -3890178 or 16688068. OLE color: 16688068.

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

Color convert

RGB 196 163 254 -
CMYK 0.23 0.36 0 0.00
HSL 261.76º 0.98% 0.82% -
HSV(B) 261.76º 0.36% 1% -
XYZ 53.75 45.09 99.64 -
YUV 183.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 196 163 254 0.23 0.36 0 0.00 261.76 0.98 0.82
Hex C4 A3 FE 17 24 0 0 106 62 52
Octal 304 243 376 27 44 0 0 406 142 122
Binary 11000100 10100011 11111110 10111 100100 0 0 100000110 1100010 1010010

Color Harmonies of #C4A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A3FE

Black with #C4A3FE

Text Example


Text Example

White with #C4A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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