Html Css Color HEX #C7A1FF Mauve

📋 copy color: '#C7A1FF'

red 199 ◦ green 161 ◦ blue 255

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

Shades of Mauve #C7A1FF

Tints of Mauve #C7A1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.18%

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

R = 32.36%
G = 26.18%
B = 41.46%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7A1FF (or 0xC7A1FF) is known color: Mauve. HEX triplet: C7, A1 and FF. RGB value is (199,161,255). Sum of RGB (Red+Green+Blue) = 199+161+255=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A1FF is #385E00. Grayscale: #B6B6B6. Windows color (decimal): -3694081 or 16753095. OLE color: 16753095.

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

Color convert

RGB 199 161 255 -
CMYK 0.22 0.37 0 0
HSL 264.26º 1% 0.82% -
HSV(B) 264.26º 0.37% 1% -
XYZ 54.35 44.85 100.4 -
YUV 183.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 199 161 255 0.22 0.37 0 0 264.26 1 0.82
Hex C7 A1 FF 16 25 0 0 108 64 52
Octal 307 241 377 26 45 0 0 410 144 122
Binary 11000111 10100001 11111111 10110 100101 0 0 100001000 1100100 1010010

Color Harmonies of #C7A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A1FF

Black with #C7A1FF

Text Example


Text Example

White with #C7A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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