Shades of Wisteria #CB8EFB
Tints of Wisteria #CB8EFB
RGB
CMYK
RGB Variations
Color information
#CB8EFB (or 0xCB8EFB) is known color: Wisteria. HEX triplet: CB, 8E and FB. RGB value is (203,142,251). Sum of RGB (Red+Green+Blue) = 203+142+251=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8EFB is #347104. Grayscale: #ACACAC. Windows color (decimal): -3436805 or 16486091. OLE color: 16486091.
HSL color Cylindrical-coordinate representation of color #CB8EFB: hue angle of 273.58º 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 #CB8EFB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 142 | 251 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.02 |
| HSL | 273.58º | 0.93% | 0.77% | - |
| HSV(B) | 273.58º | 0.43% | 0.98% | - |
| XYZ | 51.71 | 39.01 | 96.07 | - |
| YUV | 172.67 | 172.21 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 251 | 0.19 | 0.43 | 0 | 0.02 | 273.58 | 0.93 | 0.77 |
| Hex | CB | 8E | FB | 13 | 2B | 0 | 2 | 112 | 5D | 4D |
| Octal | 313 | 216 | 373 | 23 | 53 | 0 | 2 | 422 | 135 | 115 |
| Binary | 11001011 | 10001110 | 11111011 | 10011 | 101011 | 0 | 10 | 100010010 | 1011101 | 1001101 |
Color Harmonies of #CB8EFB
Complementary color
Monochromatic Colors of #CB8EFB
Black with #CB8EFB
Text Example
Text Example
White with #CB8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EFB; }
p { color: rgb(203,142,251); }
H1.HeaderClassName
{
color: #CB8EFB;
}
.AnyTagClassName
{
color: #CB8EFB;
}
</style>
background-color css
<style>
a { background-color: #CB8EFB; }
a { background-color: rgb(203,142,251); }
div.DivClassName
{
background-color: #CB8EFB;
}
.BgClassName
{
background-color: #CB8EFB;
}
</style>
border-color css
<style>
span { border-color: #CB8EFB; }
span { border-color: rgb(203,142,251); }
td.TdClassName
{
border-color: #CB8EFB;
}
.TagClassName
{
border-color: #CB8EFB;
}
</style>