Shades of Wisteria #CB91F0
Tints of Wisteria #CB91F0
RGB
CMYK
RGB Variations
Color information
#CB91F0 (or 0xCB91F0) is known color: Wisteria. HEX triplet: CB, 91 and F0. RGB value is (203,145,240). Sum of RGB (Red+Green+Blue) = 203+145+240=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB91F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB91F0 is #346E0F. Grayscale: #ACACAC. Windows color (decimal): -3436048 or 15765963. OLE color: 15765963.
HSL color Cylindrical-coordinate representation of color #CB91F0: hue angle of 276.63º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB91F0 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 145 | 240 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.06 |
| HSL | 276.63º | 0.76% | 0.75% | - |
| HSV(B) | 276.63º | 0.4% | 0.94% | - |
| XYZ | 50.48 | 39.24 | 87.35 | - |
| YUV | 173.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 240 | 0.15 | 0.40 | 0 | 0.06 | 276.63 | 0.76 | 0.75 |
| Hex | CB | 91 | F0 | F | 28 | 0 | 6 | 115 | 4C | 4B |
| Octal | 313 | 221 | 360 | 17 | 50 | 0 | 6 | 425 | 114 | 113 |
| Binary | 11001011 | 10010001 | 11110000 | 1111 | 101000 | 0 | 110 | 100010101 | 1001100 | 1001011 |
Color Harmonies of #CB91F0
Complementary color
Monochromatic Colors of #CB91F0
Black with #CB91F0
Text Example
Text Example
White with #CB91F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91F0; }
p { color: rgb(203,145,240); }
H1.HeaderClassName
{
color: #CB91F0;
}
.AnyTagClassName
{
color: #CB91F0;
}
</style>
background-color css
<style>
a { background-color: #CB91F0; }
a { background-color: rgb(203,145,240); }
div.DivClassName
{
background-color: #CB91F0;
}
.BgClassName
{
background-color: #CB91F0;
}
</style>
border-color css
<style>
span { border-color: #CB91F0; }
span { border-color: rgb(203,145,240); }
td.TdClassName
{
border-color: #CB91F0;
}
.TagClassName
{
border-color: #CB91F0;
}
</style>