#CD98FA

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

Shades of Mauve #CD98FA

Tints of Mauve #CD98FA

Color information

#CD98FA (or 0xCD98FA) is unknown color: approx Mauve. HEX triplet: CD, 98 and FA. RGB value is (205,152,250). Sum of RGB (Red+Green+Blue) = 205+152+250=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD98FA is #326705. Grayscale: #B2B2B2. Windows color (decimal): -3303174 or 16423117. OLE color: 16423117.

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

Color convert

RGB205152250-
CMYK0.180.3900.02
HSL272.45º90.74%78.82%-
HSV(B)272.45º39.2%98.04%-
XYZ53.6642.3495.79-
YUV179.02168.06146.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 152 (59.77% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=33.77%
G=25.04%
B=41.19%

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
Decimal2051522500.180.3900.02272.4590.7478.82
HexCD98FA1227021105b4f
Octal315230372224702420133117
Binary1100110110011000111110101001010011101010001000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98FA; }

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

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

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

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

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

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

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

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