#CD9FD9

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

Shades of Wisteria #CD9FD9

Tints of Wisteria #CD9FD9

Color information

#CD9FD9 (or 0xCD9FD9) is unknown color: approx Wisteria. HEX triplet: CD, 9F and D9. RGB value is (205,159,217). Sum of RGB (Red+Green+Blue) = 205+159+217=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD9FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9FD9 is #326026. Grayscale: #B3B3B3. Windows color (decimal): -3301415 or 14262221. OLE color: 14262221.

HSL color Cylindrical-coordinate representation of color #CD9FD9: hue angle of 287.59º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD9FD9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205159217-
CMYK0.060.2700.15
HSL287.59º43.28%73.73%-
HSV(B)287.59º26.73%85.1%-
XYZ50.142.7971.26-
YUV179.37149.24146.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=35.28%
G=27.37%
B=37.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051592170.060.2700.15287.5943.2873.73
HexCD9FD961B0F1202b4a
Octal31523733163301744053112
Binary11001101100111111101100111011011011111001000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9FD9; }

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

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

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

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

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

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

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

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