#CD9BEB

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

Shades of Wisteria #CD9BEB

Tints of Wisteria #CD9BEB

Color information

#CD9BEB (or 0xCD9BEB) is unknown color: approx Wisteria. HEX triplet: CD, 9B and EB. RGB value is (205,155,235). Sum of RGB (Red+Green+Blue) = 205+155+235=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9BEB is #326414. Grayscale: #B2B2B2. Windows color (decimal): -3302421 or 15440845. OLE color: 15440845.

HSL color Cylindrical-coordinate representation of color #CD9BEB: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9BEB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205155235-
CMYK0.130.3400.08
HSL277.5º66.67%76.47%-
HSV(B)277.5º34.04%92.16%-
XYZ51.8942.4284.05-
YUV179.07159.56146.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=34.45%
G=26.05%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051552350.130.3400.08277.566.6776.47
HexCD9BEBD2208116434c
Octal3152333531542010426103114
Binary11001101100110111110101111011000100100010001011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BEB; }

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

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

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

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

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

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

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

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