#CD9DDD

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

Shades of Wisteria #CD9DDD

Tints of Wisteria #CD9DDD

Color information

#CD9DDD (or 0xCD9DDD) is unknown color: approx Wisteria. HEX triplet: CD, 9D and DD. RGB value is (205,157,221). Sum of RGB (Red+Green+Blue) = 205+157+221=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DDD is #326222. Grayscale: #B2B2B2. Windows color (decimal): -3301923 or 14523853. OLE color: 14523853.

HSL color Cylindrical-coordinate representation of color #CD9DDD: hue angle of 285º 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 #CD9DDD is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205157221-
CMYK0.070.2900.13
HSL285º48.48%74.12%-
HSV(B)285º28.96%86.67%-
XYZ50.2842.3173.92-
YUV178.65151.9146.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=35.16%
G=26.93%
B=37.91%

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
Decimal2051572210.070.2900.1328548.4874.12
HexCD9DDD71D0D11d304a
Octal31523533573501543560112
Binary11001101100111011101110111111101011011000111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DDD; }

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

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

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

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

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

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

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

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