#CB99FE

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

Shades of Mauve #CB99FE

Tints of Mauve #CB99FE

Color information

#CB99FE (or 0xCB99FE) is unknown color: approx Mauve. HEX triplet: CB, 99 and FE. RGB value is (203,153,254). Sum of RGB (Red+Green+Blue) = 203+153+254=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99FE is #346601. Grayscale: #B3B3B3. Windows color (decimal): -3433986 or 16685515. OLE color: 16685515.

HSL color Cylindrical-coordinate representation of color #CB99FE: hue angle of 269.7º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB99FE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203153254-
CMYK0.200.4000.00
HSL269.7º98.06%79.8%-
HSV(B)269.7º39.76%99.61%-
XYZ53.9142.6399.15-
YUV179.46170.06144.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=33.28%
G=25.08%
B=41.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031532540.200.4000.00269.798.0679.8
HexCB99FE14280010e6250
Octal313231376245000416142120
Binary110010111001100111111110101001010000010000111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99FE; }

 p { color: rgb(203,153,254); }

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

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

 a { background-color: rgb(203,153,254); }

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

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

 span { border-color: rgb(203,153,254); }

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