#CD98F9

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

Shades of Mauve #CD98F9

Tints of Mauve #CD98F9

Color information

#CD98F9 (or 0xCD98F9) is unknown color: approx Mauve. HEX triplet: CD, 98 and F9. RGB value is (205,152,249). Sum of RGB (Red+Green+Blue) = 205+152+249=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD98F9 is #326706. Grayscale: #B2B2B2. Windows color (decimal): -3303175 or 16357581. OLE color: 16357581.

HSL color Cylindrical-coordinate representation of color #CD98F9: hue angle of 272.78º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD98F9 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205152249-
CMYK0.180.3900.02
HSL272.78º88.99%78.63%-
HSV(B)272.78º38.96%97.65%-
XYZ53.542.2894.96-
YUV178.9167.56146.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 152 (59.77% from 255) = 25.08%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=33.83%
G=25.08%
B=41.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051522490.180.3900.02272.7888.9978.63
HexCD98F9122702111594f
Octal315230371224702421131117
Binary1100110110011000111110011001010011101010001000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98F9; }

 p { color: rgb(205,152,249); }

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

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

 a { background-color: rgb(205,152,249); }

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

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

 span { border-color: rgb(205,152,249); }

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