Shades of Wisteria #CD89DB
Tints of Wisteria #CD89DB
RGB
CMYK
RGB Variations
Color information
#CD89DB (or 0xCD89DB) is known color: Wisteria. HEX triplet: CD, 89 and DB. RGB value is (205,137,219). Sum of RGB (Red+Green+Blue) = 205+137+219=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD89DB is #327624. Grayscale: #A6A6A6. Windows color (decimal): -3307045 or 14387661. OLE color: 14387661.
HSL color Cylindrical-coordinate representation of color #CD89DB: hue angle of 289.76º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD89DB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 205 | 137 | 219 | - |
CMYK | 0.06 | 0.37 | 0 | 0.14 |
HSL | 289.76º | 0.53% | 0.7% | - |
HSV(B) | 289.76º | 0.37% | 0.86% | - |
XYZ | 46.91 | 35.98 | 71.49 | - |
YUV | 166.68 | 157.53 | 155.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 137 | 219 | 0.06 | 0.37 | 0 | 0.14 | 289.76 | 0.53 | 0.7 |
Hex | CD | 89 | DB | 6 | 25 | 0 | E | 122 | 35 | 46 |
Octal | 315 | 211 | 333 | 6 | 45 | 0 | 16 | 442 | 65 | 106 |
Binary | 11001101 | 10001001 | 11011011 | 110 | 100101 | 0 | 1110 | 100100010 | 110101 | 1000110 |
Color Harmonies of #CD89DB
Complementary color
Monochromatic Colors of #CD89DB
Black with #CD89DB
Text Example
Text Example
White with #CD89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD89DB; }
p { color: rgb(205,137,219); }
H1.HeaderClassName
{
color: #CD89DB;
}
.AnyTagClassName
{
color: #CD89DB;
}
</style>
background-color css
<style>
a { background-color: #CD89DB; }
a { background-color: rgb(205,137,219); }
div.DivClassName
{
background-color: #CD89DB;
}
.BgClassName
{
background-color: #CD89DB;
}
</style>
border-color css
<style>
span { border-color: #CD89DB; }
span { border-color: rgb(205,137,219); }
td.TdClassName
{
border-color: #CD89DB;
}
.TagClassName
{
border-color: #CD89DB;
}
</style>