#CDA4D8

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

Shades of Wisteria #CDA4D8

Tints of Wisteria #CDA4D8

Color information

#CDA4D8 (or 0xCDA4D8) is unknown color: approx Wisteria. HEX triplet: CD, A4 and D8. RGB value is (205,164,216). Sum of RGB (Red+Green+Blue) = 205+164+216=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4D8 is #325B27. Grayscale: #B6B6B6. Windows color (decimal): -3300136 or 14197965. OLE color: 14197965.

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

Color convert

RGB205164216-
CMYK0.050.2400.15
HSL287.31º40%74.51%-
HSV(B)287.31º24.07%84.71%-
XYZ50.8544.4970.87-
YUV182.19147.08144.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=35.04%
G=28.03%
B=36.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051642160.050.2400.15287.314074.51
HexCDA4D85180F11f284b
Octal31524433053001743750113
Binary11001101101001001101100010111000011111000111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA4D8; }

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

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

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

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

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

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

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

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