#CDA1DD

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

Shades of Wisteria #CDA1DD

Tints of Wisteria #CDA1DD

Color information

#CDA1DD (or 0xCDA1DD) is unknown color: approx Wisteria. HEX triplet: CD, A1 and DD. RGB value is (205,161,221). Sum of RGB (Red+Green+Blue) = 205+161+221=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1DD is #325E22. Grayscale: #B4B4B4. Windows color (decimal): -3300899 or 14524877. OLE color: 14524877.

HSL color Cylindrical-coordinate representation of color #CDA1DD: hue angle of 284º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA1DD is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205161221-
CMYK0.070.2700.13
HSL284º46.87%74.9%-
HSV(B)284º27.15%86.67%-
XYZ50.9743.6974.15-
YUV181150.58145.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 161 (63.28% from 255) = 27.43%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=34.92%
G=27.43%
B=37.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051612210.070.2700.1328446.8774.9
HexCDA1DD71B0D11c2f4b
Octal31524133573301543457113
Binary11001101101000011101110111111011011011000111001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1DD; }

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

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

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

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

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

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

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

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