#CDA0D9

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

Shades of Wisteria #CDA0D9

Tints of Wisteria #CDA0D9

Color information

#CDA0D9 (or 0xCDA0D9) is unknown color: approx Wisteria. HEX triplet: CD, A0 and D9. RGB value is (205,160,217). Sum of RGB (Red+Green+Blue) = 205+160+217=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0D9 is #325F26. Grayscale: #B3B3B3. Windows color (decimal): -3301159 or 14262477. OLE color: 14262477.

HSL color Cylindrical-coordinate representation of color #CDA0D9: hue angle of 287.37º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA0D9 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205160217-
CMYK0.060.2600.15
HSL287.37º42.86%73.92%-
HSV(B)287.37º26.27%85.1%-
XYZ50.2743.1371.32-
YUV179.95148.91145.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 160 (62.89% from 255) = 27.49%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=35.22%
G=27.49%
B=37.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051602170.060.2600.15287.3742.8673.92
HexCDA0D961A0F11f2b4a
Octal31524033163201743753112
Binary11001101101000001101100111011010011111000111111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0D9; }

 p { color: rgb(205,160,217); }

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

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

 a { background-color: rgb(205,160,217); }

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

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

 span { border-color: rgb(205,160,217); }

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