#CD99FF

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

Shades of Mauve #CD99FF

Tints of Mauve #CD99FF

Color information

#CD99FF (or 0xCD99FF) is unknown color: approx Mauve. HEX triplet: CD, 99 and FF. RGB value is (205,153,255). Sum of RGB (Red+Green+Blue) = 205+153+255=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99FF is #326600. Grayscale: #B3B3B3. Windows color (decimal): -3302913 or 16751053. OLE color: 16751053.

HSL color Cylindrical-coordinate representation of color #CD99FF: hue angle of 270.59º 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 #CD99FF is Cyan = 0.20, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205153255-
CMYK0.200.400
HSL270.59º100%80%-
HSV(B)270.59º40%100%-
XYZ54.6242.98100.03-
YUV180.18170.23145.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 153 (60.16% from 255) = 24.96%
BLUE value IS 255 (100% from 255) = 41.60%
R=33.44%
G=24.96%
B=41.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051532550.200.400270.5910080
HexCD99FF14280010f6450
Octal315231377245000417144120
Binary110011011001100111111111101001010000010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99FF; }

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

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

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

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

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

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

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

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