Shades of Wisteria #CB9FE0
Tints of Wisteria #CB9FE0
RGB
CMYK
RGB Variations
Color information
#CB9FE0 (or 0xCB9FE0) is known color: Wisteria. HEX triplet: CB, 9F and E0. RGB value is (203,159,224). Sum of RGB (Red+Green+Blue) = 203+159+224=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FE0 is #34601F. Grayscale: #B3B3B3. Windows color (decimal): -3432480 or 14720971. OLE color: 14720971.
HSL color Cylindrical-coordinate representation of color #CB9FE0: hue angle of 280.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9FE0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 159 | 224 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.12 |
| HSL | 280.62º | 0.51% | 0.75% | - |
| HSV(B) | 280.62º | 0.29% | 0.88% | - |
| XYZ | 50.48 | 42.87 | 76.14 | - |
| YUV | 179.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 224 | 0.09 | 0.29 | 0 | 0.12 | 280.62 | 0.51 | 0.75 |
| Hex | CB | 9F | E0 | 9 | 1D | 0 | C | 119 | 33 | 4B |
| Octal | 313 | 237 | 340 | 11 | 35 | 0 | 14 | 431 | 63 | 113 |
| Binary | 11001011 | 10011111 | 11100000 | 1001 | 11101 | 0 | 1100 | 100011001 | 110011 | 1001011 |
Color Harmonies of #CB9FE0
Complementary color
Monochromatic Colors of #CB9FE0
Black with #CB9FE0
Text Example
Text Example
White with #CB9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9FE0; }
p { color: rgb(203,159,224); }
H1.HeaderClassName
{
color: #CB9FE0;
}
.AnyTagClassName
{
color: #CB9FE0;
}
</style>
background-color css
<style>
a { background-color: #CB9FE0; }
a { background-color: rgb(203,159,224); }
div.DivClassName
{
background-color: #CB9FE0;
}
.BgClassName
{
background-color: #CB9FE0;
}
</style>
border-color css
<style>
span { border-color: #CB9FE0; }
span { border-color: rgb(203,159,224); }
td.TdClassName
{
border-color: #CB9FE0;
}
.TagClassName
{
border-color: #CB9FE0;
}
</style>