Shades of Wisteria #CB9FE5
Tints of Wisteria #CB9FE5
RGB
CMYK
RGB Variations
Color information
#CB9FE5 (or 0xCB9FE5) is known color: Wisteria. HEX triplet: CB, 9F and E5. RGB value is (203,159,229). Sum of RGB (Red+Green+Blue) = 203+159+229=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FE5 is #34601A. Grayscale: #B3B3B3. Windows color (decimal): -3432475 or 15048651. OLE color: 15048651.
HSL color Cylindrical-coordinate representation of color #CB9FE5: hue angle of 277.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB9FE5 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 159 | 229 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.10 |
| HSL | 277.71º | 0.57% | 0.76% | - |
| HSV(B) | 277.71º | 0.31% | 0.9% | - |
| XYZ | 51.17 | 43.15 | 79.76 | - |
| YUV | 180.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 229 | 0.11 | 0.31 | 0 | 0.10 | 277.71 | 0.57 | 0.76 |
| Hex | CB | 9F | E5 | B | 1F | 0 | A | 116 | 39 | 4C |
| Octal | 313 | 237 | 345 | 13 | 37 | 0 | 12 | 426 | 71 | 114 |
| Binary | 11001011 | 10011111 | 11100101 | 1011 | 11111 | 0 | 1010 | 100010110 | 111001 | 1001100 |
Color Harmonies of #CB9FE5
Complementary color
Monochromatic Colors of #CB9FE5
Black with #CB9FE5
Text Example
Text Example
White with #CB9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FE5; }
p { color: rgb(203,159,229); }
H1.HeaderClassName
{
color: #CB9FE5;
}
.AnyTagClassName
{
color: #CB9FE5;
}
</style>
background-color css
<style>
a { background-color: #CB9FE5; }
a { background-color: rgb(203,159,229); }
div.DivClassName
{
background-color: #CB9FE5;
}
.BgClassName
{
background-color: #CB9FE5;
}
</style>
border-color css
<style>
span { border-color: #CB9FE5; }
span { border-color: rgb(203,159,229); }
td.TdClassName
{
border-color: #CB9FE5;
}
.TagClassName
{
border-color: #CB9FE5;
}
</style>