#CDA7DD

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

Shades of Wisteria #CDA7DD

Tints of Wisteria #CDA7DD

Color information

#CDA7DD (or 0xCDA7DD) is unknown color: approx Wisteria. HEX triplet: CD, A7 and DD. RGB value is (205,167,221). Sum of RGB (Red+Green+Blue) = 205+167+221=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7DD is #325822. Grayscale: #B8B8B8. Windows color (decimal): -3299363 or 14526413. OLE color: 14526413.

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

Color convert

RGB205167221-
CMYK0.070.2400.13
HSL282.22º44.26%76.08%-
HSV(B)282.22º24.43%86.67%-
XYZ52.0545.8474.51-
YUV184.52148.59142.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 167 (65.62% from 255) = 28.16%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=34.57%
G=28.16%
B=37.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051672210.070.2400.13282.2244.2676.08
HexCDA7DD7180D11a2c4c
Octal31524733573001543254114
Binary11001101101001111101110111111000011011000110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA7DD; }

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

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

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

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

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

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

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

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