#CD99FE

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

Shades of Mauve #CD99FE

Tints of Mauve #CD99FE

Color information

#CD99FE (or 0xCD99FE) is unknown color: approx Mauve. HEX triplet: CD, 99 and FE. RGB value is (205,153,254). Sum of RGB (Red+Green+Blue) = 205+153+254=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99FE is #326601. Grayscale: #B3B3B3. Windows color (decimal): -3302914 or 16685517. OLE color: 16685517.

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

Color convert

RGB205153254-
CMYK0.190.4000.00
HSL270.89º98.06%79.8%-
HSV(B)270.89º39.76%99.61%-
XYZ54.4642.9299.18-
YUV180.06169.73145.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=33.50%
G=25%
B=41.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051532540.190.4000.00270.8998.0679.8
HexCD99FE13280010f6250
Octal315231376235000417142120
Binary110011011001100111111110100111010000010000111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99FE; }

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

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

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

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

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

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

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

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