#cd9edd

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

Shades of Wisteria #CD9EDD

Tints of Wisteria #CD9EDD

Color information

#CD9EDD (or 0xCD9EDD) is unknown color: approx Wisteria. HEX triplet: CD, 9E and DD. RGB value is (205,158,221). Sum of RGB (Red+Green+Blue) = 205+158+221=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EDD is #326122. Grayscale: #B3B3B3. Windows color (decimal): -3301667 or 14524109. OLE color: 14524109.

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

Color convert

RGB205158221-
CMYK0.070.2900.13
HSL284.76º48.09%74.31%-
HSV(B)284.76º28.51%86.67%-
XYZ50.4542.6573.98-
YUV179.24151.57146.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 158 (62.11% from 255) = 27.05%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=35.10%
G=27.05%
B=37.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051582210.070.2900.13284.7648.0974.31
HexCD9EDD71D0D11d304a
Octal31523633573501543560112
Binary11001101100111101101110111111101011011000111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd9edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd9edd; }

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

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

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

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

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

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

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

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