Html Css Color HEX #C8ABFA Mauve

📋 copy color: '#C8ABFA'

red 200 ◦ green 171 ◦ blue 250

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

Shades of Mauve #C8ABFA

Tints of Mauve #C8ABFA

RGB

 RED value IS 200 (78.52% from 255) = 32.21%

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

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 32.21%
G = 27.54%
B = 40.26%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8ABFA (or 0xC8ABFA) is known color: Mauve. HEX triplet: C8, AB and FA. RGB value is (200,171,250). Sum of RGB (Red+Green+Blue) = 200+171+250=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFA is #375405. Grayscale: #BCBCBC. Windows color (decimal): -3625990 or 16427976. OLE color: 16427976.

HSL color Cylindrical-coordinate representation of color #C8ABFA: hue angle of 262.03º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8ABFA is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 171 250 -
CMYK 0.2 0.32 0 0.02
HSL 262.03º 0.89% 0.83% -
HSV(B) 262.03º 0.32% 0.98% -
XYZ 55.64 48.31 96.83 -
YUV 188.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 200 171 250 0.2 0.32 0 0.02 262.03 0.89 0.83
Hex C8 AB FA 14 20 0 2 106 59 53
Octal 310 253 372 24 40 0 2 406 131 123
Binary 11001000 10101011 11111010 10100 100000 0 10 100000110 1011001 1010011

Color Harmonies of #C8ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABFA

Black with #C8ABFA

Text Example


Text Example

White with #C8ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABFA; }

 p { color: rgb(200,171,250); }

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

background-color css

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

 a { background-color: rgb(200,171,250); }

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

border-color css

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

 span { border-color: rgb(200,171,250); }

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