#CD9DDF

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

Shades of Wisteria #CD9DDF

Tints of Wisteria #CD9DDF

Color information

#CD9DDF (or 0xCD9DDF) is unknown color: approx Wisteria. HEX triplet: CD, 9D and DF. RGB value is (205,157,223). Sum of RGB (Red+Green+Blue) = 205+157+223=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DDF is #326220. Grayscale: #B2B2B2. Windows color (decimal): -3301921 or 14654925. OLE color: 14654925.

HSL color Cylindrical-coordinate representation of color #CD9DDF: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9DDF is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205157223-
CMYK0.080.3000.13
HSL283.64º50.77%74.51%-
HSV(B)283.64º29.6%87.45%-
XYZ50.5542.4275.34-
YUV178.88152.9146.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=35.04%
G=26.84%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051572230.080.3000.13283.6450.7774.51
HexCD9DDF81E0D11c334b
Octal315235337103601543463113
Binary110011011001110111011111100011110011011000111001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DDF; }

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

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

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

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

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

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

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

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