#CB99FF

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

Shades of Mauve #CB99FF

Tints of Mauve #CB99FF

Color information

#CB99FF (or 0xCB99FF) is unknown color: approx Mauve. HEX triplet: CB, 99 and FF. RGB value is (203,153,255). Sum of RGB (Red+Green+Blue) = 203+153+255=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99FF is #346600. Grayscale: #B3B3B3. Windows color (decimal): -3433985 or 16751051. OLE color: 16751051.

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

Color convert

RGB203153255-
CMYK0.200.400
HSL269.41º100%80%-
HSV(B)269.41º40%100%-
XYZ54.0742.7100-
YUV179.58170.56144.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 41.73%
R=33.22%
G=25.04%
B=41.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031532550.200.400269.4110080
HexCB99FF14280010d6450
Octal313231377245000415144120
Binary110010111001100111111111101001010000010000110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99FF; }

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

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

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

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

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

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

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

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