#CD98FF

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

Shades of Mauve #CD98FF

Tints of Mauve #CD98FF

Color information

#CD98FF (or 0xCD98FF) is unknown color: approx Mauve. HEX triplet: CD, 98 and FF. RGB value is (205,152,255). Sum of RGB (Red+Green+Blue) = 205+152+255=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD98FF is #326700. Grayscale: #B3B3B3. Windows color (decimal): -3303169 or 16750797. OLE color: 16750797.

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

Color convert

RGB205152255-
CMYK0.200.4000
HSL270.87º100%79.8%-
HSV(B)270.87º40.39%100%-
XYZ54.4642.6699.97-
YUV179.59170.56146.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 255 (100% from 255) = 41.67%
R=33.50%
G=24.84%
B=41.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051522550.200.4000270.8710079.8
HexCD98FF14280010f6450
Octal315230377245000417144120
Binary110011011001100011111111101001010000010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD98FF; }

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

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

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

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

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

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

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

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