Html Css Color HEX #C6A2FF Mauve

📋 copy color: '#C6A2FF'

red 198 ◦ green 162 ◦ blue 255

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

Shades of Mauve #C6A2FF

Tints of Mauve #C6A2FF

RGB

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

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

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

R = 32.2%
G = 26.34%
B = 41.46%

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

#C6A2FF (or 0xC6A2FF) is known color: Mauve. HEX triplet: C6, A2 and FF. RGB value is (198,162,255). Sum of RGB (Red+Green+Blue) = 198+162+255=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 162 (63.67% from 255 or 26.34% 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 #C6A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A2FF is #395D00. Grayscale: #B7B7B7. Windows color (decimal): -3759361 or 16753350. OLE color: 16753350.

HSL color Cylindrical-coordinate representation of color #C6A2FF: hue angle of 263.23º 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 #C6A2FF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 162 255 -
CMYK 0.22 0.36 0 0
HSL 263.23º 1% 0.82% -
HSV(B) 263.23º 0.36% 1% -
XYZ 54.26 45.07 100.45 -
YUV 183.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 198 162 255 0.22 0.36 0 0 263.23 1 0.82
Hex C6 A2 FF 16 24 0 0 107 64 52
Octal 306 242 377 26 44 0 0 407 144 122
Binary 11000110 10100010 11111111 10110 100100 0 0 100000111 1100100 1010010

Color Harmonies of #C6A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A2FF

Black with #C6A2FF

Text Example


Text Example

White with #C6A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A2FF; }

 p { color: rgb(198,162,255); }

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

background-color css

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

 a { background-color: rgb(198,162,255); }

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

border-color css

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

 span { border-color: rgb(198,162,255); }

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