#CD97FF

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

Shades of Mauve #CD97FF

Tints of Mauve #CD97FF

Color information

#CD97FF (or 0xCD97FF) is unknown color: approx Mauve. HEX triplet: CD, 97 and FF. RGB value is (205,151,255). Sum of RGB (Red+Green+Blue) = 205+151+255=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD97FF is #326800. Grayscale: #B2B2B2. Windows color (decimal): -3303425 or 16750541. OLE color: 16750541.

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

Color convert

RGB205151255-
CMYK0.200.4100
HSL271.15º100%79.61%-
HSV(B)271.15º40.78%100%-
XYZ54.2942.3399.92-
YUV179170.89146.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 151 (59.38% from 255) = 24.71%
BLUE value IS 255 (100% from 255) = 41.73%
R=33.55%
G=24.71%
B=41.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051512550.200.4100271.1510079.61
HexCD97FF14290010f6450
Octal315227377245100417144120
Binary110011011001011111111111101001010010010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97FF; }

 p { color: rgb(205,151,255); }

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

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

 a { background-color: rgb(205,151,255); }

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

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

 span { border-color: rgb(205,151,255); }

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