#CB97FD

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

Shades of Mauve #CB97FD

Tints of Mauve #CB97FD

Color information

#CB97FD (or 0xCB97FD) is unknown color: approx Mauve. HEX triplet: CB, 97 and FD. RGB value is (203,151,253). Sum of RGB (Red+Green+Blue) = 203+151+253=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB97FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97FD is #346802. Grayscale: #B1B1B1. Windows color (decimal): -3434499 or 16619467. OLE color: 16619467.

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

Color convert

RGB203151253-
CMYK0.200.4000.01
HSL270.59º96.23%79.22%-
HSV(B)270.59º40.32%99.22%-
XYZ53.4241.9298.2-
YUV178.18170.23145.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=33.44%
G=24.88%
B=41.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031512530.200.4000.01270.5996.2379.22
HexCB97FD14280110f604f
Octal313227375245001417140117
Binary110010111001011111111101101001010000110000111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97FD; }

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

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

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

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

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

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

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

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