#CB96FE

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

Shades of Mauve #CB96FE

Tints of Mauve #CB96FE

Color information

#CB96FE (or 0xCB96FE) is unknown color: approx Mauve. HEX triplet: CB, 96 and FE. RGB value is (203,150,254). Sum of RGB (Red+Green+Blue) = 203+150+254=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96FE is #346901. Grayscale: #B1B1B1. Windows color (decimal): -3434754 or 16684747. OLE color: 16684747.

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

Color convert

RGB203150254-
CMYK0.200.4100.00
HSL270.58º98.11%79.22%-
HSV(B)270.58º40.94%99.61%-
XYZ53.4241.6698.99-
YUV177.7171.06146.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=33.44%
G=24.71%
B=41.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031502540.200.4100.00270.5898.1179.22
HexCB96FE14290010f624f
Octal313226376245100417142117
Binary110010111001011011111110101001010010010000111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96FE; }

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

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

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

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

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

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

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

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