Shades of Wisteria #CB90FA
Tints of Wisteria #CB90FA
RGB
CMYK
RGB Variations
Color information
#CB90FA (or 0xCB90FA) is known color: Wisteria. HEX triplet: CB, 90 and FA. RGB value is (203,144,250). Sum of RGB (Red+Green+Blue) = 203+144+250=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90FA is #346F05. Grayscale: #ADADAD. Windows color (decimal): -3436294 or 16421067. OLE color: 16421067.
HSL color Cylindrical-coordinate representation of color #CB90FA: hue angle of 273.4º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB90FA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 144 | 250 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.02 |
| HSL | 273.4º | 0.91% | 0.77% | - |
| HSV(B) | 273.4º | 0.42% | 0.98% | - |
| XYZ | 51.86 | 39.55 | 95.34 | - |
| YUV | 173.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 250 | 0.19 | 0.42 | 0 | 0.02 | 273.4 | 0.91 | 0.77 |
| Hex | CB | 90 | FA | 13 | 2A | 0 | 2 | 111 | 5B | 4D |
| Octal | 313 | 220 | 372 | 23 | 52 | 0 | 2 | 421 | 133 | 115 |
| Binary | 11001011 | 10010000 | 11111010 | 10011 | 101010 | 0 | 10 | 100010001 | 1011011 | 1001101 |
Color Harmonies of #CB90FA
Complementary color
Monochromatic Colors of #CB90FA
Black with #CB90FA
Text Example
Text Example
White with #CB90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90FA; }
p { color: rgb(203,144,250); }
H1.HeaderClassName
{
color: #CB90FA;
}
.AnyTagClassName
{
color: #CB90FA;
}
</style>
background-color css
<style>
a { background-color: #CB90FA; }
a { background-color: rgb(203,144,250); }
div.DivClassName
{
background-color: #CB90FA;
}
.BgClassName
{
background-color: #CB90FA;
}
</style>
border-color css
<style>
span { border-color: #CB90FA; }
span { border-color: rgb(203,144,250); }
td.TdClassName
{
border-color: #CB90FA;
}
.TagClassName
{
border-color: #CB90FA;
}
</style>