#CDA4DA

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

Shades of Wisteria #CDA4DA

Tints of Wisteria #CDA4DA

Color information

#CDA4DA (or 0xCDA4DA) is unknown color: approx Wisteria. HEX triplet: CD, A4 and DA. RGB value is (205,164,218). Sum of RGB (Red+Green+Blue) = 205+164+218=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DA is #325B25. Grayscale: #B6B6B6. Windows color (decimal): -3300134 or 14329037. OLE color: 14329037.

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

Color convert

RGB205164218-
CMYK0.060.2500.15
HSL285.56º42.19%74.9%-
HSV(B)285.56º24.77%85.49%-
XYZ51.1144.5972.24-
YUV182.42148.08144.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=34.92%
G=27.94%
B=37.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051642180.060.2500.15285.5642.1974.9
HexCDA4DA6190F11e2a4b
Octal31524433263101743652113
Binary11001101101001001101101011011001011111000111101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4DA; }

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

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

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

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

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

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

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

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