#CB95FD

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

Shades of Mauve #CB95FD

Tints of Mauve #CB95FD

Color information

#CB95FD (or 0xCB95FD) is unknown color: approx Mauve. HEX triplet: CB, 95 and FD. RGB value is (203,149,253). Sum of RGB (Red+Green+Blue) = 203+149+253=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB95FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB95FD is #346A02. Grayscale: #B0B0B0. Windows color (decimal): -3435011 or 16618955. OLE color: 16618955.

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

Color convert

RGB203149253-
CMYK0.200.4100.01
HSL271.15º96.3%78.82%-
HSV(B)271.15º41.11%99.22%-
XYZ53.1141.2898.1-
YUV177170.89146.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 149 (58.59% from 255) = 24.63%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=33.55%
G=24.63%
B=41.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031492530.200.4100.01271.1596.378.82
HexCB95FD14290110f604f
Octal313225375245101417140117
Binary110010111001010111111101101001010010110000111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95FD; }

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

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

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

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

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

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

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

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