#CD9AFC

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

Shades of Mauve #CD9AFC

Tints of Mauve #CD9AFC

Color information

#CD9AFC (or 0xCD9AFC) is unknown color: approx Mauve. HEX triplet: CD, 9A and FC. RGB value is (205,154,252). Sum of RGB (Red+Green+Blue) = 205+154+252=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AFC is #326503. Grayscale: #B4B4B4. Windows color (decimal): -3302660 or 16554701. OLE color: 16554701.

HSL color Cylindrical-coordinate representation of color #CD9AFC: hue angle of 271.22º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD9AFC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205154252-
CMYK0.190.3900.01
HSL271.22º94.23%79.61%-
HSV(B)271.22º38.89%98.82%-
XYZ54.343.1297.56-
YUV180.42168.4145.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=33.55%
G=25.20%
B=41.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051542520.190.3900.01271.2294.2379.61
HexCD9AFC13270110f5e50
Octal315232374234701417136120
Binary110011011001101011111100100111001110110000111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AFC; }

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

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

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

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

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

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

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

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