#CB95FF

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

Shades of Mauve #CB95FF

Tints of Mauve #CB95FF

Color information

#CB95FF (or 0xCB95FF) is unknown color: approx Mauve. HEX triplet: CB, 95 and FF. RGB value is (203,149,255). Sum of RGB (Red+Green+Blue) = 203+149+255=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB95FF is #346A00. Grayscale: #B0B0B0. Windows color (decimal): -3435009 or 16750027. OLE color: 16750027.

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

Color convert

RGB203149255-
CMYK0.200.4200
HSL270.57º100%79.22%-
HSV(B)270.57º41.57%100%-
XYZ53.4341.4199.79-
YUV177.23171.89146.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 255 (100% from 255) = 42.01%
R=33.44%
G=24.55%
B=42.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031492550.200.4200270.5710079.22
HexCB95FF142A0010f644f
Octal313225377245200417144117
Binary110010111001010111111111101001010100010000111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95FF; }

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

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

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

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

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

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

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

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