#CDA0D5

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

Shades of Wisteria #CDA0D5

Tints of Wisteria #CDA0D5

Color information

#CDA0D5 (or 0xCDA0D5) is unknown color: approx Wisteria. HEX triplet: CD, A0 and D5. RGB value is (205,160,213). Sum of RGB (Red+Green+Blue) = 205+160+213=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDA0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0D5 is #325F2A. Grayscale: #B3B3B3. Windows color (decimal): -3301163 or 14000333. OLE color: 14000333.

HSL color Cylindrical-coordinate representation of color #CDA0D5: hue angle of 290.94º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA0D5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205160213-
CMYK0.040.2500.16
HSL290.94º38.69%73.14%-
HSV(B)290.94º24.88%83.53%-
XYZ49.7642.9268.61-
YUV179.5146.91146.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 160 (62.89% from 255) = 27.68%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=35.47%
G=27.68%
B=36.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051602130.040.2500.16290.9438.6973.14
HexCDA0D54190101232749
Octal31524032543102044347111
Binary110011011010000011010101100110010100001001000111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0D5; }

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

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

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

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

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

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

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

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