Shades of Wisteria #CB90F8
Tints of Wisteria #CB90F8
RGB
CMYK
RGB Variations
Color information
#CB90F8 (or 0xCB90F8) is known color: Wisteria. HEX triplet: CB, 90 and F8. RGB value is (203,144,248). Sum of RGB (Red+Green+Blue) = 203+144+248=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 248 (97.27% from 255 or 41.68% from 595); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB90F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90F8 is #346F07. Grayscale: #ADADAD. Windows color (decimal): -3436296 or 16289995. OLE color: 16289995.
HSL color Cylindrical-coordinate representation of color #CB90F8: hue angle of 274.04º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB90F8 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 144 | 248 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.03 |
| HSL | 274.04º | 0.88% | 0.77% | - |
| HSV(B) | 274.04º | 0.42% | 0.97% | - |
| XYZ | 51.55 | 39.42 | 93.7 | - |
| YUV | 173.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 248 | 0.18 | 0.42 | 0 | 0.03 | 274.04 | 0.88 | 0.77 |
| Hex | CB | 90 | F8 | 12 | 2A | 0 | 3 | 112 | 58 | 4D |
| Octal | 313 | 220 | 370 | 22 | 52 | 0 | 3 | 422 | 130 | 115 |
| Binary | 11001011 | 10010000 | 11111000 | 10010 | 101010 | 0 | 11 | 100010010 | 1011000 | 1001101 |
Color Harmonies of #CB90F8
Complementary color
Monochromatic Colors of #CB90F8
Black with #CB90F8
Text Example
Text Example
White with #CB90F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90F8; }
p { color: rgb(203,144,248); }
H1.HeaderClassName
{
color: #CB90F8;
}
.AnyTagClassName
{
color: #CB90F8;
}
</style>
background-color css
<style>
a { background-color: #CB90F8; }
a { background-color: rgb(203,144,248); }
div.DivClassName
{
background-color: #CB90F8;
}
.BgClassName
{
background-color: #CB90F8;
}
</style>
border-color css
<style>
span { border-color: #CB90F8; }
span { border-color: rgb(203,144,248); }
td.TdClassName
{
border-color: #CB90F8;
}
.TagClassName
{
border-color: #CB90F8;
}
</style>