Shades of Wisteria #CB91F1
Tints of Wisteria #CB91F1
RGB
CMYK
RGB Variations
Color information
#CB91F1 (or 0xCB91F1) is known color: Wisteria. HEX triplet: CB, 91 and F1. RGB value is (203,145,241). Sum of RGB (Red+Green+Blue) = 203+145+241=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB91F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB91F1 is #346E0E. Grayscale: #ACACAC. Windows color (decimal): -3436047 or 15831499. OLE color: 15831499.
HSL color Cylindrical-coordinate representation of color #CB91F1: hue angle of 276.25º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB91F1 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 145 | 241 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.05 |
| HSL | 276.25º | 0.77% | 0.76% | - |
| HSV(B) | 276.25º | 0.4% | 0.95% | - |
| XYZ | 50.63 | 39.3 | 88.14 | - |
| YUV | 173.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 241 | 0.16 | 0.40 | 0 | 0.05 | 276.25 | 0.77 | 0.76 |
| Hex | CB | 91 | F1 | 10 | 28 | 0 | 5 | 114 | 4D | 4C |
| Octal | 313 | 221 | 361 | 20 | 50 | 0 | 5 | 424 | 115 | 114 |
| Binary | 11001011 | 10010001 | 11110001 | 10000 | 101000 | 0 | 101 | 100010100 | 1001101 | 1001100 |
Color Harmonies of #CB91F1
Complementary color
Monochromatic Colors of #CB91F1
Black with #CB91F1
Text Example
Text Example
White with #CB91F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91F1; }
p { color: rgb(203,145,241); }
H1.HeaderClassName
{
color: #CB91F1;
}
.AnyTagClassName
{
color: #CB91F1;
}
</style>
background-color css
<style>
a { background-color: #CB91F1; }
a { background-color: rgb(203,145,241); }
div.DivClassName
{
background-color: #CB91F1;
}
.BgClassName
{
background-color: #CB91F1;
}
</style>
border-color css
<style>
span { border-color: #CB91F1; }
span { border-color: rgb(203,145,241); }
td.TdClassName
{
border-color: #CB91F1;
}
.TagClassName
{
border-color: #CB91F1;
}
</style>