#CD9FDE

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

Shades of Wisteria #CD9FDE

Tints of Wisteria #CD9FDE

Color information

#CD9FDE (or 0xCD9FDE) is unknown color: approx Wisteria. HEX triplet: CD, 9F and DE. RGB value is (205,159,222). Sum of RGB (Red+Green+Blue) = 205+159+222=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FDE is #326021. Grayscale: #B3B3B3. Windows color (decimal): -3301410 or 14589901. OLE color: 14589901.

HSL color Cylindrical-coordinate representation of color #CD9FDE: hue angle of 283.81º degrees, saturation: 0.49, 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 #CD9FDE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205159222-
CMYK0.080.2800.13
HSL283.81º48.84%74.71%-
HSV(B)283.81º28.38%87.06%-
XYZ50.7643.0574.74-
YUV179.94151.74145.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 159 (62.5% from 255) = 27.13%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=34.98%
G=27.13%
B=37.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051592220.080.2800.13283.8148.8474.71
HexCD9FDE81C0D11c314b
Octal315237336103401543461113
Binary110011011001111111011110100011100011011000111001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FDE; }

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

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

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

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

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

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

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

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