Shades of Wisteria #CB8FD5
Tints of Wisteria #CB8FD5
RGB
CMYK
RGB Variations
Color information
#CB8FD5 (or 0xCB8FD5) is known color: Wisteria. HEX triplet: CB, 8F and D5. RGB value is (203,143,213). Sum of RGB (Red+Green+Blue) = 203+143+213=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB8FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FD5 is #34702A. Grayscale: #A8A8A8. Windows color (decimal): -3436587 or 13995979. OLE color: 13995979.
HSL color Cylindrical-coordinate representation of color #CB8FD5: hue angle of 291.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8FD5 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 143 | 213 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.16 |
| HSL | 291.43º | 0.45% | 0.7% | - |
| HSV(B) | 291.43º | 0.33% | 0.84% | - |
| XYZ | 46.46 | 37.15 | 67.67 | - |
| YUV | 168.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 213 | 0.05 | 0.33 | 0 | 0.16 | 291.43 | 0.45 | 0.7 |
| Hex | CB | 8F | D5 | 5 | 21 | 0 | 10 | 123 | 2D | 46 |
| Octal | 313 | 217 | 325 | 5 | 41 | 0 | 20 | 443 | 55 | 106 |
| Binary | 11001011 | 10001111 | 11010101 | 101 | 100001 | 0 | 10000 | 100100011 | 101101 | 1000110 |
Color Harmonies of #CB8FD5
Complementary color
Monochromatic Colors of #CB8FD5
Black with #CB8FD5
Text Example
Text Example
White with #CB8FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FD5; }
p { color: rgb(203,143,213); }
H1.HeaderClassName
{
color: #CB8FD5;
}
.AnyTagClassName
{
color: #CB8FD5;
}
</style>
background-color css
<style>
a { background-color: #CB8FD5; }
a { background-color: rgb(203,143,213); }
div.DivClassName
{
background-color: #CB8FD5;
}
.BgClassName
{
background-color: #CB8FD5;
}
</style>
border-color css
<style>
span { border-color: #CB8FD5; }
span { border-color: rgb(203,143,213); }
td.TdClassName
{
border-color: #CB8FD5;
}
.TagClassName
{
border-color: #CB8FD5;
}
</style>