#CDA5DD

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

Shades of Wisteria #CDA5DD

Tints of Wisteria #CDA5DD

Color information

#CDA5DD (or 0xCDA5DD) is unknown color: approx Wisteria. HEX triplet: CD, A5 and DD. RGB value is (205,165,221). Sum of RGB (Red+Green+Blue) = 205+165+221=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5DD is #325A22. Grayscale: #B7B7B7. Windows color (decimal): -3299875 or 14525901. OLE color: 14525901.

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

Color convert

RGB205165221-
CMYK0.070.2500.13
HSL282.86º45.16%75.69%-
HSV(B)282.86º25.34%86.67%-
XYZ51.6845.1174.39-
YUV183.34149.25143.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=34.69%
G=27.92%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051652210.070.2500.13282.8645.1675.69
HexCDA5DD7190D11b2d4c
Octal31524533573101543355114
Binary11001101101001011101110111111001011011000110111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5DD; }

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

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

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

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

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

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

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

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