Html Css Color HEX #C4A5FF Mauve

📋 copy color: '#C4A5FF'

red 196 ◦ green 165 ◦ blue 255

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

Shades of Mauve #C4A5FF

Tints of Mauve #C4A5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.79%

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

R = 31.82%
G = 26.79%
B = 41.4%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4A5FF (or 0xC4A5FF) is known color: Mauve. HEX triplet: C4, A5 and FF. RGB value is (196,165,255). Sum of RGB (Red+Green+Blue) = 196+165+255=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A5FF is #3B5A00. Grayscale: #B8B8B8. Windows color (decimal): -3889665 or 16754116. OLE color: 16754116.

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

Color convert

RGB 196 165 255 -
CMYK 0.23 0.35 0 0
HSL 260.67º 1% 0.82% -
HSV(B) 260.67º 0.35% 1% -
XYZ 54.27 45.87 100.6 -
YUV 184.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 196 165 255 0.23 0.35 0 0 260.67 1 0.82
Hex C4 A5 FF 17 23 0 0 105 64 52
Octal 304 245 377 27 43 0 0 405 144 122
Binary 11000100 10100101 11111111 10111 100011 0 0 100000101 1100100 1010010

Color Harmonies of #C4A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A5FF

Black with #C4A5FF

Text Example


Text Example

White with #C4A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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