Html Css Color HEX #C6A3FE Mauve

📋 copy color: '#C6A3FE'

red 198 ◦ green 163 ◦ blue 254

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

Shades of Mauve #C6A3FE

Tints of Mauve #C6A3FE

RGB

 RED value IS 198 (77.73% from 255) = 32.2%

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

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

R = 32.2%
G = 26.5%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6A3FE (or 0xC6A3FE) is known color: Mauve. HEX triplet: C6, A3 and FE. RGB value is (198,163,254). Sum of RGB (Red+Green+Blue) = 198+163+254=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A3FE is #395C01. Grayscale: #B7B7B7. Windows color (decimal): -3759106 or 16688070. OLE color: 16688070.

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

Color convert

RGB 198 163 254 -
CMYK 0.22 0.36 0 0.00
HSL 263.08º 0.98% 0.82% -
HSV(B) 263.08º 0.36% 1% -
XYZ 54.28 45.36 99.66 -
YUV 183.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 198 163 254 0.22 0.36 0 0.00 263.08 0.98 0.82
Hex C6 A3 FE 16 24 0 0 107 62 52
Octal 306 243 376 26 44 0 0 407 142 122
Binary 11000110 10100011 11111110 10110 100100 0 0 100000111 1100010 1010010

Color Harmonies of #C6A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A3FE

Black with #C6A3FE

Text Example


Text Example

White with #C6A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A3FE; }

 p { color: rgb(198,163,254); }

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

background-color css

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

 a { background-color: rgb(198,163,254); }

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

border-color css

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

 span { border-color: rgb(198,163,254); }

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