Html Css Color HEX #C7A2FC Mauve

📋 copy color: '#C7A2FC'

red 199 ◦ green 162 ◦ blue 252

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

Shades of Mauve #C7A2FC

Tints of Mauve #C7A2FC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.43%

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 32.46%
G = 26.43%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C7A2FC (or 0xC7A2FC) is known color: Mauve. HEX triplet: C7, A2 and FC. RGB value is (199,162,252). Sum of RGB (Red+Green+Blue) = 199+162+252=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7A2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A2FC is #385D03. Grayscale: #B7B7B7. Windows color (decimal): -3693828 or 16556743. OLE color: 16556743.

HSL color Cylindrical-coordinate representation of color #C7A2FC: hue angle of 264.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7A2FC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 162 252 -
CMYK 0.21 0.36 0 0.01
HSL 264.67º 0.94% 0.81% -
HSV(B) 264.67º 0.36% 0.99% -
XYZ 54.04 45.01 97.94 -
YUV 183.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 199 162 252 0.21 0.36 0 0.01 264.67 0.94 0.81
Hex C7 A2 FC 15 24 0 1 109 5E 51
Octal 307 242 374 25 44 0 1 411 136 121
Binary 11000111 10100010 11111100 10101 100100 0 1 100001001 1011110 1010001

Color Harmonies of #C7A2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A2FC

Black with #C7A2FC

Text Example


Text Example

White with #C7A2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A2FC; }

 p { color: rgb(199,162,252); }

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

background-color css

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

 a { background-color: rgb(199,162,252); }

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

border-color css

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

 span { border-color: rgb(199,162,252); }

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