#CDA4DD

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

Shades of Wisteria #CDA4DD

Tints of Wisteria #CDA4DD

Color information

#CDA4DD (or 0xCDA4DD) is unknown color: approx Wisteria. HEX triplet: CD, A4 and DD. RGB value is (205,164,221). Sum of RGB (Red+Green+Blue) = 205+164+221=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DD is #325B22. Grayscale: #B6B6B6. Windows color (decimal): -3300131 or 14525645. OLE color: 14525645.

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

Color convert

RGB205164221-
CMYK0.070.2600.13
HSL283.16º45.6%75.49%-
HSV(B)283.16º25.79%86.67%-
XYZ51.544.7574.33-
YUV182.76149.58143.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=34.75%
G=27.80%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051642210.070.2600.13283.1645.675.49
HexCDA4DD71A0D11b2e4b
Octal31524433573201543356113
Binary11001101101001001101110111111010011011000110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4DD; }

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

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

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

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

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

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

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

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