Shades of Wisteria #CB8BD5
Tints of Wisteria #CB8BD5
RGB
CMYK
RGB Variations
Color information
#CB8BD5 (or 0xCB8BD5) is known color: Wisteria. HEX triplet: CB, 8B and D5. RGB value is (203,139,213). Sum of RGB (Red+Green+Blue) = 203+139+213=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BD5 is #34742A. Grayscale: #A6A6A6. Windows color (decimal): -3437611 or 13994955. OLE color: 13994955.
HSL color Cylindrical-coordinate representation of color #CB8BD5: hue angle of 291.89º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8BD5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 139 | 213 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.16 |
| HSL | 291.89º | 0.47% | 0.69% | - |
| HSV(B) | 291.89º | 0.35% | 0.84% | - |
| XYZ | 45.87 | 35.97 | 67.48 | - |
| YUV | 166.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 213 | 0.05 | 0.35 | 0 | 0.16 | 291.89 | 0.47 | 0.69 |
| Hex | CB | 8B | D5 | 5 | 23 | 0 | 10 | 124 | 2F | 45 |
| Octal | 313 | 213 | 325 | 5 | 43 | 0 | 20 | 444 | 57 | 105 |
| Binary | 11001011 | 10001011 | 11010101 | 101 | 100011 | 0 | 10000 | 100100100 | 101111 | 1000101 |
Color Harmonies of #CB8BD5
Complementary color
Monochromatic Colors of #CB8BD5
Black with #CB8BD5
Text Example
Text Example
White with #CB8BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8BD5; }
p { color: rgb(203,139,213); }
H1.HeaderClassName
{
color: #CB8BD5;
}
.AnyTagClassName
{
color: #CB8BD5;
}
</style>
background-color css
<style>
a { background-color: #CB8BD5; }
a { background-color: rgb(203,139,213); }
div.DivClassName
{
background-color: #CB8BD5;
}
.BgClassName
{
background-color: #CB8BD5;
}
</style>
border-color css
<style>
span { border-color: #CB8BD5; }
span { border-color: rgb(203,139,213); }
td.TdClassName
{
border-color: #CB8BD5;
}
.TagClassName
{
border-color: #CB8BD5;
}
</style>