Shades of Wisteria #CB91E8
Tints of Wisteria #CB91E8
RGB
CMYK
RGB Variations
Color information
#CB91E8 (or 0xCB91E8) is known color: Wisteria. HEX triplet: CB, 91 and E8. RGB value is (203,145,232). Sum of RGB (Red+Green+Blue) = 203+145+232=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB91E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB91E8 is #346E17. Grayscale: #ABABAB. Windows color (decimal): -3436056 or 15241675. OLE color: 15241675.
HSL color Cylindrical-coordinate representation of color #CB91E8: hue angle of 280º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB91E8 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 145 | 232 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.09 |
| HSL | 280º | 0.65% | 0.74% | - |
| HSV(B) | 280º | 0.38% | 0.91% | - |
| XYZ | 49.32 | 38.77 | 81.23 | - |
| YUV | 172.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 232 | 0.12 | 0.38 | 0 | 0.09 | 280 | 0.65 | 0.74 |
| Hex | CB | 91 | E8 | C | 26 | 0 | 9 | 118 | 41 | 4A |
| Octal | 313 | 221 | 350 | 14 | 46 | 0 | 11 | 430 | 101 | 112 |
| Binary | 11001011 | 10010001 | 11101000 | 1100 | 100110 | 0 | 1001 | 100011000 | 1000001 | 1001010 |
Color Harmonies of #CB91E8
Complementary color
Monochromatic Colors of #CB91E8
Black with #CB91E8
Text Example
Text Example
White with #CB91E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91E8; }
p { color: rgb(203,145,232); }
H1.HeaderClassName
{
color: #CB91E8;
}
.AnyTagClassName
{
color: #CB91E8;
}
</style>
background-color css
<style>
a { background-color: #CB91E8; }
a { background-color: rgb(203,145,232); }
div.DivClassName
{
background-color: #CB91E8;
}
.BgClassName
{
background-color: #CB91E8;
}
</style>
border-color css
<style>
span { border-color: #CB91E8; }
span { border-color: rgb(203,145,232); }
td.TdClassName
{
border-color: #CB91E8;
}
.TagClassName
{
border-color: #CB91E8;
}
</style>