#CDA1FF

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

Shades of Mauve #CDA1FF

Tints of Mauve #CDA1FF

Color information

#CDA1FF (or 0xCDA1FF) is unknown color: approx Mauve. HEX triplet: CD, A1 and FF. RGB value is (205,161,255). Sum of RGB (Red+Green+Blue) = 205+161+255=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1FF is #325E00. Grayscale: #B8B8B8. Windows color (decimal): -3300865 or 16753101. OLE color: 16753101.

HSL color Cylindrical-coordinate representation of color #CDA1FF: hue angle of 268.09º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDA1FF is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205161255-
CMYK0.200.3700
HSL268.09º100%81.57%-
HSV(B)268.09º36.86%100%-
XYZ55.9745.69100.48-
YUV184.87167.58142.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 255 (100% from 255) = 41.06%
R=33.01%
G=25.93%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051612550.200.3700268.0910081.57
HexCDA1FF14250010c6452
Octal315241377244500414144122
Binary110011011010000111111111101001001010010000110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1FF; }

 p { color: rgb(205,161,255); }

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

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

 a { background-color: rgb(205,161,255); }

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

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

 span { border-color: rgb(205,161,255); }

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