Shades of Wisteria #CB9CE5
Tints of Wisteria #CB9CE5
RGB
CMYK
RGB Variations
Color information
#CB9CE5 (or 0xCB9CE5) is known color: Wisteria. HEX triplet: CB, 9C and E5. RGB value is (203,156,229). Sum of RGB (Red+Green+Blue) = 203+156+229=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB9CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CE5 is #34631A. Grayscale: #B2B2B2. Windows color (decimal): -3433243 or 15047883. OLE color: 15047883.
HSL color Cylindrical-coordinate representation of color #CB9CE5: hue angle of 278.63º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9CE5 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 156 | 229 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.10 |
| HSL | 278.63º | 0.58% | 0.75% | - |
| HSV(B) | 278.63º | 0.32% | 0.9% | - |
| XYZ | 50.66 | 42.13 | 79.59 | - |
| YUV | 178.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 229 | 0.11 | 0.32 | 0 | 0.10 | 278.63 | 0.58 | 0.75 |
| Hex | CB | 9C | E5 | B | 20 | 0 | A | 117 | 3A | 4B |
| Octal | 313 | 234 | 345 | 13 | 40 | 0 | 12 | 427 | 72 | 113 |
| Binary | 11001011 | 10011100 | 11100101 | 1011 | 100000 | 0 | 1010 | 100010111 | 111010 | 1001011 |
Color Harmonies of #CB9CE5
Complementary color
Monochromatic Colors of #CB9CE5
Black with #CB9CE5
Text Example
Text Example
White with #CB9CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CE5; }
p { color: rgb(203,156,229); }
H1.HeaderClassName
{
color: #CB9CE5;
}
.AnyTagClassName
{
color: #CB9CE5;
}
</style>
background-color css
<style>
a { background-color: #CB9CE5; }
a { background-color: rgb(203,156,229); }
div.DivClassName
{
background-color: #CB9CE5;
}
.BgClassName
{
background-color: #CB9CE5;
}
</style>
border-color css
<style>
span { border-color: #CB9CE5; }
span { border-color: rgb(203,156,229); }
td.TdClassName
{
border-color: #CB9CE5;
}
.TagClassName
{
border-color: #CB9CE5;
}
</style>