Shades of Wisteria #CB9EDA
Tints of Wisteria #CB9EDA
RGB
CMYK
RGB Variations
Color information
#CB9EDA (or 0xCB9EDA) is known color: Wisteria. HEX triplet: CB, 9E and DA. RGB value is (203,158,218). Sum of RGB (Red+Green+Blue) = 203+158+218=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EDA is #346125. Grayscale: #B2B2B2. Windows color (decimal): -3432742 or 14327499. OLE color: 14327499.
HSL color Cylindrical-coordinate representation of color #CB9EDA: hue angle of 285º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9EDA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 158 | 218 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.15 |
| HSL | 285º | 0.45% | 0.74% | - |
| HSV(B) | 285º | 0.28% | 0.85% | - |
| XYZ | 49.51 | 42.21 | 71.87 | - |
| YUV | 178.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 218 | 0.07 | 0.28 | 0 | 0.15 | 285 | 0.45 | 0.74 |
| Hex | CB | 9E | DA | 7 | 1C | 0 | F | 11D | 2D | 4A |
| Octal | 313 | 236 | 332 | 7 | 34 | 0 | 17 | 435 | 55 | 112 |
| Binary | 11001011 | 10011110 | 11011010 | 111 | 11100 | 0 | 1111 | 100011101 | 101101 | 1001010 |
Color Harmonies of #CB9EDA
Complementary color
Monochromatic Colors of #CB9EDA
Black with #CB9EDA
Text Example
Text Example
White with #CB9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9EDA; }
p { color: rgb(203,158,218); }
H1.HeaderClassName
{
color: #CB9EDA;
}
.AnyTagClassName
{
color: #CB9EDA;
}
</style>
background-color css
<style>
a { background-color: #CB9EDA; }
a { background-color: rgb(203,158,218); }
div.DivClassName
{
background-color: #CB9EDA;
}
.BgClassName
{
background-color: #CB9EDA;
}
</style>
border-color css
<style>
span { border-color: #CB9EDA; }
span { border-color: rgb(203,158,218); }
td.TdClassName
{
border-color: #CB9EDA;
}
.TagClassName
{
border-color: #CB9EDA;
}
</style>