Shades of Wisteria #CB8FFB
Tints of Wisteria #CB8FFB
RGB
CMYK
RGB Variations
Color information
#CB8FFB (or 0xCB8FFB) is known color: Wisteria. HEX triplet: CB, 8F and FB. RGB value is (203,143,251). Sum of RGB (Red+Green+Blue) = 203+143+251=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FFB is #347004. Grayscale: #ACACAC. Windows color (decimal): -3436549 or 16486347. OLE color: 16486347.
HSL color Cylindrical-coordinate representation of color #CB8FFB: hue angle of 273.33º 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 #CB8FFB is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 143 | 251 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.02 |
| HSL | 273.33º | 0.93% | 0.77% | - |
| HSV(B) | 273.33º | 0.43% | 0.98% | - |
| XYZ | 51.86 | 39.31 | 96.12 | - |
| YUV | 173.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 251 | 0.19 | 0.43 | 0 | 0.02 | 273.33 | 0.93 | 0.77 |
| Hex | CB | 8F | FB | 13 | 2B | 0 | 2 | 111 | 5D | 4D |
| Octal | 313 | 217 | 373 | 23 | 53 | 0 | 2 | 421 | 135 | 115 |
| Binary | 11001011 | 10001111 | 11111011 | 10011 | 101011 | 0 | 10 | 100010001 | 1011101 | 1001101 |
Color Harmonies of #CB8FFB
Complementary color
Monochromatic Colors of #CB8FFB
Black with #CB8FFB
Text Example
Text Example
White with #CB8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FFB; }
p { color: rgb(203,143,251); }
H1.HeaderClassName
{
color: #CB8FFB;
}
.AnyTagClassName
{
color: #CB8FFB;
}
</style>
background-color css
<style>
a { background-color: #CB8FFB; }
a { background-color: rgb(203,143,251); }
div.DivClassName
{
background-color: #CB8FFB;
}
.BgClassName
{
background-color: #CB8FFB;
}
</style>
border-color css
<style>
span { border-color: #CB8FFB; }
span { border-color: rgb(203,143,251); }
td.TdClassName
{
border-color: #CB8FFB;
}
.TagClassName
{
border-color: #CB8FFB;
}
</style>