#C899FD

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

Shades of Mauve #C899FD

Tints of Mauve #C899FD

Color information

#C899FD (or 0xC899FD) is unknown color: approx Mauve. HEX triplet: C8, 99 and FD. RGB value is (200,153,253). Sum of RGB (Red+Green+Blue) = 200+153+253=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #C899FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C899FD is #376602. Grayscale: #B2B2B2. Windows color (decimal): -3630595 or 16619976. OLE color: 16619976.

HSL color Cylindrical-coordinate representation of color #C899FD: hue angle of 268.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C899FD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200153253-
CMYK0.210.4000.01
HSL268.2º96.15%79.61%-
HSV(B)268.2º39.53%99.22%-
XYZ52.9442.1598.27-
YUV178.45170.07143.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=33.00%
G=25.25%
B=41.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001532530.210.4000.01268.296.1579.61
HexC899FD15280110c6050
Octal310231375255001414140120
Binary110010001001100111111101101011010000110000110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C899FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C899FD; }

 p { color: rgb(200,153,253); }

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

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

 a { background-color: rgb(200,153,253); }

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

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

 span { border-color: rgb(200,153,253); }

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