#C8A8FB

Color #C8A8FB Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #C8A8FB

Tints of Mauve #C8A8FB

Color information

#C8A8FB (or 0xC8A8FB) is unknown color: approx Mauve. HEX triplet: C8, A8 and FB. RGB value is (200,168,251). Sum of RGB (Red+Green+Blue) = 200+168+251=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A8FB is #375704. Grayscale: #BABABA. Windows color (decimal): -3626757 or 16492744. OLE color: 16492744.

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

Color convert

RGB200168251-
CMYK0.200.3300.02
HSL263.13º91.21%82.16%-
HSV(B)263.13º33.07%98.43%-
XYZ55.2347.2597.48-
YUV187.03164.1137.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.31%
GREEN value IS 168 (66.02% from 255) = 27.14%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=32.31%
G=27.14%
B=40.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001682510.200.3300.02263.1391.2182.16
HexC8A8FB1421021075b52
Octal310250373244102407133122
Binary1100100010101000111110111010010000101010000011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A8FB; }

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

 H1.HeaderClassName
 {
   color: #C8A8FB;
 }
 .AnyTagClassName
 {
   color: #C8A8FB;
 }
</style>
background-color css

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

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

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

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

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

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