#C99BFD

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

Shades of Mauve #C99BFD

Tints of Mauve #C99BFD

Color information

#C99BFD (or 0xC99BFD) is unknown color: approx Mauve. HEX triplet: C9, 9B and FD. RGB value is (201,155,253). Sum of RGB (Red+Green+Blue) = 201+155+253=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFD is #366402. Grayscale: #B3B3B3. Windows color (decimal): -3564547 or 16620489. OLE color: 16620489.

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

Color convert

RGB201155253-
CMYK0.210.3900.01
HSL268.16º96.08%80%-
HSV(B)268.16º38.74%99.22%-
XYZ53.5442.9598.4-
YUV179.93169.24143.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 155 (60.94% from 255) = 25.45%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=33.00%
G=25.45%
B=41.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011552530.210.3900.01268.1696.0880
HexC99BFD15270110c6050
Octal311233375254701414140120
Binary110010011001101111111101101011001110110000110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BFD; }

 p { color: rgb(201,155,253); }

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

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

 a { background-color: rgb(201,155,253); }

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

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

 span { border-color: rgb(201,155,253); }

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