#CD9BED

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

Shades of Wisteria #CD9BED

Tints of Wisteria #CD9BED

Color information

#CD9BED (or 0xCD9BED) is unknown color: approx Wisteria. HEX triplet: CD, 9B and ED. RGB value is (205,155,237). Sum of RGB (Red+Green+Blue) = 205+155+237=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9BED is #326412. Grayscale: #B3B3B3. Windows color (decimal): -3302419 or 15571917. OLE color: 15571917.

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

Color convert

RGB205155237-
CMYK0.140.3500.07
HSL276.59º69.49%76.86%-
HSV(B)276.59º34.6%92.94%-
XYZ52.1842.5485.58-
YUV179.3160.56146.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=34.34%
G=25.96%
B=39.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051552370.140.3500.07276.5969.4976.86
HexCD9BEDE2307115454d
Octal315233355164307425105115
Binary1100110110011011111011011110100011011110001010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BED; }

 p { color: rgb(205,155,237); }

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

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

 a { background-color: rgb(205,155,237); }

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

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

 span { border-color: rgb(205,155,237); }

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