Html Css Color HEX #C6ABFE Mauve

📋 copy color: '#C6ABFE'

red 198 ◦ green 171 ◦ blue 254

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

Shades of Mauve #C6ABFE

Tints of Mauve #C6ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.45%

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

R = 31.78%
G = 27.45%
B = 40.77%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6ABFE (or 0xC6ABFE) is known color: Mauve. HEX triplet: C6, AB and FE. RGB value is (198,171,254). Sum of RGB (Red+Green+Blue) = 198+171+254=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFE is #395401. Grayscale: #BCBCBC. Windows color (decimal): -3757058 or 16690118. OLE color: 16690118.

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

Color convert

RGB 198 171 254 -
CMYK 0.22 0.33 0 0.00
HSL 259.52º 0.98% 0.83% -
HSV(B) 259.52º 0.33% 1% -
XYZ 55.74 48.29 100.15 -
YUV 188.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 198 171 254 0.22 0.33 0 0.00 259.52 0.98 0.83
Hex C6 AB FE 16 21 0 0 104 62 53
Octal 306 253 376 26 41 0 0 404 142 123
Binary 11000110 10101011 11111110 10110 100001 0 0 100000100 1100010 1010011

Color Harmonies of #C6ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABFE

Black with #C6ABFE

Text Example


Text Example

White with #C6ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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