Html Css Color HEX #C6A3FC Mauve

📋 copy color: '#C6A3FC'

red 198 ◦ green 163 ◦ blue 252

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

Shades of Mauve #C6A3FC

Tints of Mauve #C6A3FC

RGB

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

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

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

R = 32.3%
G = 26.59%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6A3FC (or 0xC6A3FC) is known color: Mauve. HEX triplet: C6, A3 and FC. RGB value is (198,163,252). Sum of RGB (Red+Green+Blue) = 198+163+252=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 163 (64.06% from 255 or 26.59% 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 #C6A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A3FC is #395C03. Grayscale: #B7B7B7. Windows color (decimal): -3759108 or 16556998. OLE color: 16556998.

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

Color convert

RGB 198 163 252 -
CMYK 0.21 0.35 0 0.01
HSL 263.6º 0.94% 0.81% -
HSV(B) 263.6º 0.35% 0.99% -
XYZ 53.96 45.23 97.98 -
YUV 183.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 198 163 252 0.21 0.35 0 0.01 263.6 0.94 0.81
Hex C6 A3 FC 15 23 0 1 108 5E 51
Octal 306 243 374 25 43 0 1 410 136 121
Binary 11000110 10100011 11111100 10101 100011 0 1 100001000 1011110 1010001

Color Harmonies of #C6A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A3FC

Black with #C6A3FC

Text Example


Text Example

White with #C6A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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