#CD9FDD

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

Shades of Wisteria #CD9FDD

Tints of Wisteria #CD9FDD

Color information

#CD9FDD (or 0xCD9FDD) is unknown color: approx Wisteria. HEX triplet: CD, 9F and DD. RGB value is (205,159,221). Sum of RGB (Red+Green+Blue) = 205+159+221=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FDD is #326022. Grayscale: #B3B3B3. Windows color (decimal): -3301411 or 14524365. OLE color: 14524365.

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

Color convert

RGB205159221-
CMYK0.070.2800.13
HSL284.52º47.69%74.51%-
HSV(B)284.52º28.05%86.67%-
XYZ50.634374.04-
YUV179.82151.24145.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=35.04%
G=27.18%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051592210.070.2800.13284.5247.6974.51
HexCD9FDD71C0D11d304b
Octal31523733573401543560113
Binary11001101100111111101110111111100011011000111011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FDD; }

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

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

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

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

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

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

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

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