#CB9CFF

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

Shades of Mauve #CB9CFF

Tints of Mauve #CB9CFF

Color information

#CB9CFF (or 0xCB9CFF) is unknown color: approx Mauve. HEX triplet: CB, 9C and FF. RGB value is (203,156,255). Sum of RGB (Red+Green+Blue) = 203+156+255=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFF is #346300. Grayscale: #B4B4B4. Windows color (decimal): -3433217 or 16751819. OLE color: 16751819.

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

Color convert

RGB203156255-
CMYK0.200.3900
HSL268.48º100%80.59%-
HSV(B)268.48º38.82%100%-
XYZ54.5743.69100.17-
YUV181.34169.57143.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 255 (100% from 255) = 41.53%
R=33.06%
G=25.41%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031562550.200.3900268.4810080.59
HexCB9CFF14270010c6451
Octal313234377244700414144121
Binary110010111001110011111111101001001110010000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CFF; }

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

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

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

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

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

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

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

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