Shades of Wisteria #CB8FEB
Tints of Wisteria #CB8FEB
RGB
CMYK
RGB Variations
Color information
#CB8FEB (or 0xCB8FEB) is known color: Wisteria. HEX triplet: CB, 8F and EB. RGB value is (203,143,235). Sum of RGB (Red+Green+Blue) = 203+143+235=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB8FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FEB is #347014. Grayscale: #ABABAB. Windows color (decimal): -3436565 or 15437771. OLE color: 15437771.
HSL color Cylindrical-coordinate representation of color #CB8FEB: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB8FEB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 143 | 235 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.08 |
| HSL | 279.13º | 0.7% | 0.74% | - |
| HSV(B) | 279.13º | 0.39% | 0.92% | - |
| XYZ | 49.45 | 38.34 | 83.39 | - |
| YUV | 171.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 235 | 0.14 | 0.39 | 0 | 0.08 | 279.13 | 0.7 | 0.74 |
| Hex | CB | 8F | EB | E | 27 | 0 | 8 | 117 | 46 | 4A |
| Octal | 313 | 217 | 353 | 16 | 47 | 0 | 10 | 427 | 106 | 112 |
| Binary | 11001011 | 10001111 | 11101011 | 1110 | 100111 | 0 | 1000 | 100010111 | 1000110 | 1001010 |
Color Harmonies of #CB8FEB
Complementary color
Monochromatic Colors of #CB8FEB
Black with #CB8FEB
Text Example
Text Example
White with #CB8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FEB; }
p { color: rgb(203,143,235); }
H1.HeaderClassName
{
color: #CB8FEB;
}
.AnyTagClassName
{
color: #CB8FEB;
}
</style>
background-color css
<style>
a { background-color: #CB8FEB; }
a { background-color: rgb(203,143,235); }
div.DivClassName
{
background-color: #CB8FEB;
}
.BgClassName
{
background-color: #CB8FEB;
}
</style>
border-color css
<style>
span { border-color: #CB8FEB; }
span { border-color: rgb(203,143,235); }
td.TdClassName
{
border-color: #CB8FEB;
}
.TagClassName
{
border-color: #CB8FEB;
}
</style>