#CD9DFA

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

Shades of Mauve #CD9DFA

Tints of Mauve #CD9DFA

Color information

#CD9DFA (or 0xCD9DFA) is unknown color: approx Mauve. HEX triplet: CD, 9D and FA. RGB value is (205,157,250). Sum of RGB (Red+Green+Blue) = 205+157+250=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DFA is #326205. Grayscale: #B5B5B5. Windows color (decimal): -3301894 or 16424397. OLE color: 16424397.

HSL color Cylindrical-coordinate representation of color #CD9DFA: hue angle of 270.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD9DFA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205157250-
CMYK0.180.3700.02
HSL270.97º90.29%79.8%-
HSV(B)270.97º37.2%98.04%-
XYZ54.494496.06-
YUV181.95166.4144.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=33.50%
G=25.65%
B=40.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051572500.180.3700.02270.9790.2979.8
HexCD9DFA12250210f5a50
Octal315235372224502417132120
Binary1100110110011101111110101001010010101010000111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DFA; }

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

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

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

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

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

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

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

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