#CD9DFF

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

Shades of Mauve #CD9DFF

Tints of Mauve #CD9DFF

Color information

#CD9DFF (or 0xCD9DFF) is unknown color: approx Mauve. HEX triplet: CD, 9D and FF. RGB value is (205,157,255). Sum of RGB (Red+Green+Blue) = 205+157+255=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DFF is #326200. Grayscale: #B6B6B6. Windows color (decimal): -3301889 or 16752077. OLE color: 16752077.

HSL color Cylindrical-coordinate representation of color #CD9DFF: hue angle of 269.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD9DFF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205157255-
CMYK0.200.3800
HSL269.39º100%80.78%-
HSV(B)269.39º38.43%100%-
XYZ55.2844.31100.25-
YUV182.52168.9144.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 157 (61.72% from 255) = 25.45%
BLUE value IS 255 (100% from 255) = 41.33%
R=33.23%
G=25.45%
B=41.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051572550.200.3800269.3910080.78
HexCD9DFF14260010d6451
Octal315235377244600415144121
Binary110011011001110111111111101001001100010000110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DFF; }

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

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

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

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

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

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

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

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