#CD9AFD

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

Shades of Mauve #CD9AFD

Tints of Mauve #CD9AFD

Color information

#CD9AFD (or 0xCD9AFD) is unknown color: approx Mauve. HEX triplet: CD, 9A and FD. RGB value is (205,154,253). Sum of RGB (Red+Green+Blue) = 205+154+253=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AFD is #326502. Grayscale: #B4B4B4. Windows color (decimal): -3302659 or 16620237. OLE color: 16620237.

HSL color Cylindrical-coordinate representation of color #CD9AFD: hue angle of 270.91º degrees, saturation: 0.96, 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 #CD9AFD is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205154253-
CMYK0.190.3900.01
HSL270.91º96.12%79.8%-
HSV(B)270.91º39.13%99.22%-
XYZ54.4643.1898.39-
YUV180.54168.9145.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=33.50%
G=25.16%
B=41.34%

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
Decimal2051542530.190.3900.01270.9196.1279.8
HexCD9AFD13270110f6050
Octal315232375234701417140120
Binary110011011001101011111101100111001110110000111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AFD; }

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

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

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

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

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

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

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

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