Html Css Color HEX #C7A3FF Mauve

📋 copy color: '#C7A3FF'

red 199 ◦ green 163 ◦ blue 255

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

Shades of Mauve #C7A3FF

Tints of Mauve #C7A3FF

RGB

 RED value IS 199 (78.13% from 255) = 32.25%

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

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

R = 32.25%
G = 26.42%
B = 41.33%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7A3FF (or 0xC7A3FF) is known color: Mauve. HEX triplet: C7, A3 and FF. RGB value is (199,163,255). Sum of RGB (Red+Green+Blue) = 199+163+255=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A3FF is #385C00. Grayscale: #B7B7B7. Windows color (decimal): -3693569 or 16753607. OLE color: 16753607.

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

Color convert

RGB 199 163 255 -
CMYK 0.22 0.36 0 0
HSL 263.48º 1% 0.82% -
HSV(B) 263.48º 0.36% 1% -
XYZ 54.7 45.56 100.52 -
YUV 184.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 199 163 255 0.22 0.36 0 0 263.48 1 0.82
Hex C7 A3 FF 16 24 0 0 107 64 52
Octal 307 243 377 26 44 0 0 407 144 122
Binary 11000111 10100011 11111111 10110 100100 0 0 100000111 1100100 1010010

Color Harmonies of #C7A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A3FF

Black with #C7A3FF

Text Example


Text Example

White with #C7A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A3FF; }

 p { color: rgb(199,163,255); }

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

background-color css

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

 a { background-color: rgb(199,163,255); }

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

border-color css

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

 span { border-color: rgb(199,163,255); }

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