Shades of Wisteria #CB9FE6
Tints of Wisteria #CB9FE6
RGB
CMYK
RGB Variations
Color information
#CB9FE6 (or 0xCB9FE6) is known color: Wisteria. HEX triplet: CB, 9F and E6. RGB value is (203,159,230). Sum of RGB (Red+Green+Blue) = 203+159+230=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB9FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FE6 is #346019. Grayscale: #B4B4B4. Windows color (decimal): -3432474 or 15114187. OLE color: 15114187.
HSL color Cylindrical-coordinate representation of color #CB9FE6: hue angle of 277.18º degrees, saturation: 0.59, 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 #CB9FE6 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 159 | 230 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.10 |
| HSL | 277.18º | 0.59% | 0.76% | - |
| HSV(B) | 277.18º | 0.31% | 0.9% | - |
| XYZ | 51.31 | 43.21 | 80.5 | - |
| YUV | 180.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 230 | 0.12 | 0.31 | 0 | 0.10 | 277.18 | 0.59 | 0.76 |
| Hex | CB | 9F | E6 | C | 1F | 0 | A | 115 | 3B | 4C |
| Octal | 313 | 237 | 346 | 14 | 37 | 0 | 12 | 425 | 73 | 114 |
| Binary | 11001011 | 10011111 | 11100110 | 1100 | 11111 | 0 | 1010 | 100010101 | 111011 | 1001100 |
Color Harmonies of #CB9FE6
Complementary color
Monochromatic Colors of #CB9FE6
Black with #CB9FE6
Text Example
Text Example
White with #CB9FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FE6; }
p { color: rgb(203,159,230); }
H1.HeaderClassName
{
color: #CB9FE6;
}
.AnyTagClassName
{
color: #CB9FE6;
}
</style>
background-color css
<style>
a { background-color: #CB9FE6; }
a { background-color: rgb(203,159,230); }
div.DivClassName
{
background-color: #CB9FE6;
}
.BgClassName
{
background-color: #CB9FE6;
}
</style>
border-color css
<style>
span { border-color: #CB9FE6; }
span { border-color: rgb(203,159,230); }
td.TdClassName
{
border-color: #CB9FE6;
}
.TagClassName
{
border-color: #CB9FE6;
}
</style>