#CDA0DA

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

Shades of Wisteria #CDA0DA

Tints of Wisteria #CDA0DA

Color information

#CDA0DA (or 0xCDA0DA) is unknown color: approx Wisteria. HEX triplet: CD, A0 and DA. RGB value is (205,160,218). Sum of RGB (Red+Green+Blue) = 205+160+218=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0DA is #325F25. Grayscale: #B3B3B3. Windows color (decimal): -3301158 or 14328013. OLE color: 14328013.

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

Color convert

RGB205160218-
CMYK0.060.2700.15
HSL286.55º43.94%74.12%-
HSV(B)286.55º26.61%85.49%-
XYZ50.443.1872.01-
YUV180.07149.41145.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=35.16%
G=27.44%
B=37.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051602180.060.2700.15286.5543.9474.12
HexCDA0DA61B0F11f2c4a
Octal31524033263301743754112
Binary11001101101000001101101011011011011111000111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA0DA; }

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

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

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

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

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

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

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

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