Html Css Color HEX #C8A1FB Mauve

📋 copy color: '#C8A1FB'

red 200 ◦ green 161 ◦ blue 251

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

Shades of Mauve #C8A1FB

Tints of Mauve #C8A1FB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.31%

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 32.68%
G = 26.31%
B = 41.01%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8A1FB (or 0xC8A1FB) is known color: Mauve. HEX triplet: C8, A1 and FB. RGB value is (200,161,251). Sum of RGB (Red+Green+Blue) = 200+161+251=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8A1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A1FB is #375E04. Grayscale: #B6B6B6. Windows color (decimal): -3628549 or 16490952. OLE color: 16490952.

HSL color Cylindrical-coordinate representation of color #C8A1FB: hue angle of 266º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8A1FB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 161 251 -
CMYK 0.20 0.36 0 0.02
HSL 266º 0.92% 0.81% -
HSV(B) 266º 0.36% 0.98% -
XYZ 53.98 44.73 97.06 -
YUV 182.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 200 161 251 0.20 0.36 0 0.02 266 0.92 0.81
Hex C8 A1 FB 14 24 0 2 10A 5C 51
Octal 310 241 373 24 44 0 2 412 134 121
Binary 11001000 10100001 11111011 10100 100100 0 10 100001010 1011100 1010001

Color Harmonies of #C8A1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A1FB

Black with #C8A1FB

Text Example


Text Example

White with #C8A1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A1FB; }

 p { color: rgb(200,161,251); }

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

background-color css

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

 a { background-color: rgb(200,161,251); }

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

border-color css

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

 span { border-color: rgb(200,161,251); }

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