Html Css Color HEX #C4A7FE Mauve

📋 copy color: '#C4A7FE'

red 196 ◦ green 167 ◦ blue 254

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

Shades of Mauve #C4A7FE

Tints of Mauve #C4A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.07%

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

R = 31.77%
G = 27.07%
B = 41.17%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4A7FE (or 0xC4A7FE) is known color: Mauve. HEX triplet: C4, A7 and FE. RGB value is (196,167,254). Sum of RGB (Red+Green+Blue) = 196+167+254=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A7FE is #3B5801. Grayscale: #B9B9B9. Windows color (decimal): -3889154 or 16689092. OLE color: 16689092.

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

Color convert

RGB 196 167 254 -
CMYK 0.23 0.34 0 0.00
HSL 260º 0.98% 0.83% -
HSV(B) 260º 0.34% 1% -
XYZ 54.47 46.53 99.88 -
YUV 185.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 196 167 254 0.23 0.34 0 0.00 260 0.98 0.83
Hex C4 A7 FE 17 22 0 0 104 62 53
Octal 304 247 376 27 42 0 0 404 142 123
Binary 11000100 10100111 11111110 10111 100010 0 0 100000100 1100010 1010011

Color Harmonies of #C4A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A7FE

Black with #C4A7FE

Text Example


Text Example

White with #C4A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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