#CD9AFF

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

Shades of Mauve #CD9AFF

Tints of Mauve #CD9AFF

Color information

#CD9AFF (or 0xCD9AFF) is unknown color: approx Mauve. HEX triplet: CD, 9A and FF. RGB value is (205,154,255). Sum of RGB (Red+Green+Blue) = 205+154+255=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AFF is #326500. Grayscale: #B4B4B4. Windows color (decimal): -3302657 or 16751309. OLE color: 16751309.

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

Color convert

RGB205154255-
CMYK0.200.4000
HSL270.3º100%80.2%-
HSV(B)270.3º39.61%100%-
XYZ54.7843.31100.08-
YUV180.76169.9145.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 154 (60.55% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 41.53%
R=33.39%
G=25.08%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051542550.200.4000270.310080.2
HexCD9AFF14280010e6450
Octal315232377245000416144120
Binary110011011001101011111111101001010000010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AFF; }

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

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

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

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

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

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

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

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