#CDA8DD

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

Shades of Wisteria #CDA8DD

Tints of Wisteria #CDA8DD

Color information

#CDA8DD (or 0xCDA8DD) is unknown color: approx Wisteria. HEX triplet: CD, A8 and DD. RGB value is (205,168,221). Sum of RGB (Red+Green+Blue) = 205+168+221=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DD is #325722. Grayscale: #B8B8B8. Windows color (decimal): -3299107 or 14526669. OLE color: 14526669.

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

Color convert

RGB205168221-
CMYK0.070.2400.13
HSL281.89º43.8%76.27%-
HSV(B)281.89º23.98%86.67%-
XYZ52.2346.274.57-
YUV185.1148.26142.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=34.51%
G=28.28%
B=37.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051682210.070.2400.13281.8943.876.27
HexCDA8DD7180D11a2c4c
Octal31525033573001543254114
Binary11001101101010001101110111111000011011000110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8DD; }

 p { color: rgb(205,168,221); }

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

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

 a { background-color: rgb(205,168,221); }

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

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

 span { border-color: rgb(205,168,221); }

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