#CD98FB

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

Shades of Mauve #CD98FB

Tints of Mauve #CD98FB

Color information

#CD98FB (or 0xCD98FB) is unknown color: approx Mauve. HEX triplet: CD, 98 and FB. RGB value is (205,152,251). Sum of RGB (Red+Green+Blue) = 205+152+251=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #CD98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD98FB is #326704. Grayscale: #B2B2B2. Windows color (decimal): -3303173 or 16488653. OLE color: 16488653.

HSL color Cylindrical-coordinate representation of color #CD98FB: hue angle of 272.12º degrees, saturation: 0.93, 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 #CD98FB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205152251-
CMYK0.180.3900.02
HSL272.12º92.52%79.02%-
HSV(B)272.12º39.44%98.43%-
XYZ53.8242.496.61-
YUV179.13168.56146.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 152 (59.77% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=33.72%
G=25%
B=41.28%

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
Decimal2051522510.180.3900.02272.1292.5279.02
HexCD98FB1227021105d4f
Octal315230373224702420135117
Binary1100110110011000111110111001010011101010001000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98FB; }

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

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

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

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

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

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

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

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