#CDA0FC

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

Shades of Mauve #CDA0FC

Tints of Mauve #CDA0FC

Color information

#CDA0FC (or 0xCDA0FC) is unknown color: approx Mauve. HEX triplet: CD, A0 and FC. RGB value is (205,160,252). Sum of RGB (Red+Green+Blue) = 205+160+252=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0FC is #325F03. Grayscale: #B7B7B7. Windows color (decimal): -3301124 or 16556237. OLE color: 16556237.

HSL color Cylindrical-coordinate representation of color #CDA0FC: hue angle of 269.35º degrees, saturation: 0.94, 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 #CDA0FC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205160252-
CMYK0.190.3700.01
HSL269.35º93.88%80.78%-
HSV(B)269.35º36.51%98.82%-
XYZ55.3245.1597.89-
YUV183.94166.41143.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 160 (62.89% from 255) = 25.93%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=33.23%
G=25.93%
B=40.84%

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
Decimal2051602520.190.3700.01269.3593.8880.78
HexCDA0FC13250110d5e51
Octal315240374234501415136121
Binary110011011010000011111100100111001010110000110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0FC; }

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

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

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

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

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

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

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

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