#CD9DFD

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

Shades of Mauve #CD9DFD

Tints of Mauve #CD9DFD

Color information

#CD9DFD (or 0xCD9DFD) is unknown color: approx Mauve. HEX triplet: CD, 9D and FD. RGB value is (205,157,253). Sum of RGB (Red+Green+Blue) = 205+157+253=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DFD is #326202. Grayscale: #B5B5B5. Windows color (decimal): -3301891 or 16621005. OLE color: 16621005.

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

Color convert

RGB205157253-
CMYK0.190.3800.01
HSL270º96%80.39%-
HSV(B)270º37.94%99.22%-
XYZ54.9644.1898.56-
YUV182.3167.9144.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 25.53%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=33.33%
G=25.53%
B=41.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051572530.190.3800.012709680.39
HexCD9DFD13260110e6050
Octal315235375234601416140120
Binary110011011001110111111101100111001100110000111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DFD; }

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

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

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

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

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

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

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

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