Shades of Wisteria #CB9FEB
Tints of Wisteria #CB9FEB
RGB
CMYK
RGB Variations
Color information
#CB9FEB (or 0xCB9FEB) is known color: Wisteria. HEX triplet: CB, 9F and EB. RGB value is (203,159,235). Sum of RGB (Red+Green+Blue) = 203+159+235=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FEB is #346014. Grayscale: #B4B4B4. Windows color (decimal): -3432469 or 15441867. OLE color: 15441867.
HSL color Cylindrical-coordinate representation of color #CB9FEB: hue angle of 274.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9FEB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 159 | 235 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.08 |
| HSL | 274.74º | 0.66% | 0.77% | - |
| HSV(B) | 274.74º | 0.32% | 0.92% | - |
| XYZ | 52.02 | 43.49 | 84.25 | - |
| YUV | 180.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 235 | 0.14 | 0.32 | 0 | 0.08 | 274.74 | 0.66 | 0.77 |
| Hex | CB | 9F | EB | E | 20 | 0 | 8 | 113 | 42 | 4D |
| Octal | 313 | 237 | 353 | 16 | 40 | 0 | 10 | 423 | 102 | 115 |
| Binary | 11001011 | 10011111 | 11101011 | 1110 | 100000 | 0 | 1000 | 100010011 | 1000010 | 1001101 |
Color Harmonies of #CB9FEB
Complementary color
Monochromatic Colors of #CB9FEB
Black with #CB9FEB
Text Example
Text Example
White with #CB9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FEB; }
p { color: rgb(203,159,235); }
H1.HeaderClassName
{
color: #CB9FEB;
}
.AnyTagClassName
{
color: #CB9FEB;
}
</style>
background-color css
<style>
a { background-color: #CB9FEB; }
a { background-color: rgb(203,159,235); }
div.DivClassName
{
background-color: #CB9FEB;
}
.BgClassName
{
background-color: #CB9FEB;
}
</style>
border-color css
<style>
span { border-color: #CB9FEB; }
span { border-color: rgb(203,159,235); }
td.TdClassName
{
border-color: #CB9FEB;
}
.TagClassName
{
border-color: #CB9FEB;
}
</style>