#CD9AFE

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

Shades of Mauve #CD9AFE

Tints of Mauve #CD9AFE

Color information

#CD9AFE (or 0xCD9AFE) is unknown color: approx Mauve. HEX triplet: CD, 9A and FE. RGB value is (205,154,254). Sum of RGB (Red+Green+Blue) = 205+154+254=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AFE is #326501. Grayscale: #B4B4B4. Windows color (decimal): -3302658 or 16685773. OLE color: 16685773.

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

Color convert

RGB205154254-
CMYK0.190.3900.00
HSL270.6º98.04%80%-
HSV(B)270.6º39.37%99.61%-
XYZ54.6243.2599.23-
YUV180.65169.4145.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 154 (60.55% from 255) = 25.12%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=33.44%
G=25.12%
B=41.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2051542540.190.3900.00270.698.0480
HexCD9AFE13270010f6250
Octal315232376234700417142120
Binary110011011001101011111110100111001110010000111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AFE; }

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

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

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

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

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

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

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

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