#CD97FE

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

Shades of Mauve #CD97FE

Tints of Mauve #CD97FE

Color information

#CD97FE (or 0xCD97FE) is unknown color: approx Mauve. HEX triplet: CD, 97 and FE. RGB value is (205,151,254). Sum of RGB (Red+Green+Blue) = 205+151+254=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD97FE is #326801. Grayscale: #B2B2B2. Windows color (decimal): -3303426 or 16685005. OLE color: 16685005.

HSL color Cylindrical-coordinate representation of color #CD97FE: hue angle of 271.46º 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 #CD97FE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205151254-
CMYK0.190.4100.00
HSL271.46º98.1%79.41%-
HSV(B)271.46º40.55%99.61%-
XYZ54.1342.2799.07-
YUV178.89170.39146.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=33.61%
G=24.75%
B=41.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051512540.190.4100.00271.4698.179.41
HexCD97FE13290010f624f
Octal315227376235100417142117
Binary110011011001011111111110100111010010010000111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD97FE; }

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

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

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

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

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

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

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

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