#CD9DEC

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

Shades of Wisteria #CD9DEC

Tints of Wisteria #CD9DEC

Color information

#CD9DEC (or 0xCD9DEC) is unknown color: approx Wisteria. HEX triplet: CD, 9D and EC. RGB value is (205,157,236). Sum of RGB (Red+Green+Blue) = 205+157+236=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9DEC is #326213. Grayscale: #B4B4B4. Windows color (decimal): -3301908 or 15506893. OLE color: 15506893.

HSL color Cylindrical-coordinate representation of color #CD9DEC: hue angle of 276.46º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD9DEC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205157236-
CMYK0.130.3300.07
HSL276.46º67.52%77.06%-
HSV(B)276.46º33.47%92.55%-
XYZ52.3743.1584.93-
YUV180.36159.4145.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=34.28%
G=26.25%
B=39.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051572360.130.3300.07276.4667.5277.06
HexCD9DECD2107114444d
Octal315235354154107424104115
Binary1100110110011101111011001101100001011110001010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9DEC; }

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

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

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

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

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

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

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

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