Shades of Wisteria #CB90FB
Tints of Wisteria #CB90FB
RGB
CMYK
RGB Variations
Color information
#CB90FB (or 0xCB90FB) is known color: Wisteria. HEX triplet: CB, 90 and FB. RGB value is (203,144,251). Sum of RGB (Red+Green+Blue) = 203+144+251=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90FB is #346F04. Grayscale: #ADADAD. Windows color (decimal): -3436293 or 16486603. OLE color: 16486603.
HSL color Cylindrical-coordinate representation of color #CB90FB: hue angle of 273.08º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB90FB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 144 | 251 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.02 |
| HSL | 273.08º | 0.93% | 0.77% | - |
| HSV(B) | 273.08º | 0.43% | 0.98% | - |
| XYZ | 52.01 | 39.61 | 96.17 | - |
| YUV | 173.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 251 | 0.19 | 0.43 | 0 | 0.02 | 273.08 | 0.93 | 0.77 |
| Hex | CB | 90 | FB | 13 | 2B | 0 | 2 | 111 | 5D | 4D |
| Octal | 313 | 220 | 373 | 23 | 53 | 0 | 2 | 421 | 135 | 115 |
| Binary | 11001011 | 10010000 | 11111011 | 10011 | 101011 | 0 | 10 | 100010001 | 1011101 | 1001101 |
Color Harmonies of #CB90FB
Complementary color
Monochromatic Colors of #CB90FB
Black with #CB90FB
Text Example
Text Example
White with #CB90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90FB; }
p { color: rgb(203,144,251); }
H1.HeaderClassName
{
color: #CB90FB;
}
.AnyTagClassName
{
color: #CB90FB;
}
</style>
background-color css
<style>
a { background-color: #CB90FB; }
a { background-color: rgb(203,144,251); }
div.DivClassName
{
background-color: #CB90FB;
}
.BgClassName
{
background-color: #CB90FB;
}
</style>
border-color css
<style>
span { border-color: #CB90FB; }
span { border-color: rgb(203,144,251); }
td.TdClassName
{
border-color: #CB90FB;
}
.TagClassName
{
border-color: #CB90FB;
}
</style>