Shades of Wisteria #CB9CE0
Tints of Wisteria #CB9CE0
RGB
CMYK
RGB Variations
Color information
#CB9CE0 (or 0xCB9CE0) is known color: Wisteria. HEX triplet: CB, 9C and E0. RGB value is (203,156,224). Sum of RGB (Red+Green+Blue) = 203+156+224=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CE0 is #34631F. Grayscale: #B1B1B1. Windows color (decimal): -3433248 or 14720203. OLE color: 14720203.
HSL color Cylindrical-coordinate representation of color #CB9CE0: hue angle of 281.47º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9CE0 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 156 | 224 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.12 |
| HSL | 281.47º | 0.52% | 0.75% | - |
| HSV(B) | 281.47º | 0.3% | 0.88% | - |
| XYZ | 49.97 | 41.86 | 75.97 | - |
| YUV | 177.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 224 | 0.09 | 0.30 | 0 | 0.12 | 281.47 | 0.52 | 0.75 |
| Hex | CB | 9C | E0 | 9 | 1E | 0 | C | 119 | 34 | 4B |
| Octal | 313 | 234 | 340 | 11 | 36 | 0 | 14 | 431 | 64 | 113 |
| Binary | 11001011 | 10011100 | 11100000 | 1001 | 11110 | 0 | 1100 | 100011001 | 110100 | 1001011 |
Color Harmonies of #CB9CE0
Complementary color
Monochromatic Colors of #CB9CE0
Black with #CB9CE0
Text Example
Text Example
White with #CB9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CE0; }
p { color: rgb(203,156,224); }
H1.HeaderClassName
{
color: #CB9CE0;
}
.AnyTagClassName
{
color: #CB9CE0;
}
</style>
background-color css
<style>
a { background-color: #CB9CE0; }
a { background-color: rgb(203,156,224); }
div.DivClassName
{
background-color: #CB9CE0;
}
.BgClassName
{
background-color: #CB9CE0;
}
</style>
border-color css
<style>
span { border-color: #CB9CE0; }
span { border-color: rgb(203,156,224); }
td.TdClassName
{
border-color: #CB9CE0;
}
.TagClassName
{
border-color: #CB9CE0;
}
</style>