#CDA0FD

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

Shades of Mauve #CDA0FD

Tints of Mauve #CDA0FD

Color information

#CDA0FD (or 0xCDA0FD) is unknown color: approx Mauve. HEX triplet: CD, A0 and FD. RGB value is (205,160,253). Sum of RGB (Red+Green+Blue) = 205+160+253=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0FD is #325F02. Grayscale: #B7B7B7. Windows color (decimal): -3301123 or 16621773. OLE color: 16621773.

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

Color convert

RGB205160253-
CMYK0.190.3700.01
HSL269.03º95.88%80.98%-
HSV(B)269.03º36.76%99.22%-
XYZ55.4845.2198.73-
YUV184.06166.91142.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.17%
GREEN value IS 160 (62.89% from 255) = 25.89%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=33.17%
G=25.89%
B=40.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051602530.190.3700.01269.0395.8880.98
HexCDA0FD13250110d6051
Octal315240375234501415140121
Binary110011011010000011111101100111001010110000110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0FD; }

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

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

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

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

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

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

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

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