#CDA5DE

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

Shades of Wisteria #CDA5DE

Tints of Wisteria #CDA5DE

Color information

#CDA5DE (or 0xCDA5DE) is unknown color: approx Wisteria. HEX triplet: CD, A5 and DE. RGB value is (205,165,222). Sum of RGB (Red+Green+Blue) = 205+165+222=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5DE is #325A21. Grayscale: #B7B7B7. Windows color (decimal): -3299874 or 14591437. OLE color: 14591437.

HSL color Cylindrical-coordinate representation of color #CDA5DE: hue angle of 282.11º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA5DE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205165222-
CMYK0.080.2600.13
HSL282.11º46.34%75.88%-
HSV(B)282.11º25.68%87.06%-
XYZ51.8245.1675.09-
YUV183.46149.75143.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.63%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=34.63%
G=27.87%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051652220.080.2600.13282.1146.3475.88
HexCDA5DE81A0D11a2e4c
Octal315245336103201543256114
Binary110011011010010111011110100011010011011000110101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA5DE; }

 p { color: rgb(205,165,222); }

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

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

 a { background-color: rgb(205,165,222); }

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

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

 span { border-color: rgb(205,165,222); }

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