Shades of Wisteria #CB93E9
Tints of Wisteria #CB93E9
RGB
CMYK
RGB Variations
Color information
#CB93E9 (or 0xCB93E9) is known color: Wisteria. HEX triplet: CB, 93 and E9. RGB value is (203,147,233). Sum of RGB (Red+Green+Blue) = 203+147+233=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93E9 is #346C16. Grayscale: #ADADAD. Windows color (decimal): -3435543 or 15307723. OLE color: 15307723.
HSL color Cylindrical-coordinate representation of color #CB93E9: hue angle of 279.07º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB93E9 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 147 | 233 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.09 |
| HSL | 279.07º | 0.66% | 0.75% | - |
| HSV(B) | 279.07º | 0.37% | 0.91% | - |
| XYZ | 49.77 | 39.45 | 82.08 | - |
| YUV | 173.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 233 | 0.13 | 0.37 | 0 | 0.09 | 279.07 | 0.66 | 0.75 |
| Hex | CB | 93 | E9 | D | 25 | 0 | 9 | 117 | 42 | 4B |
| Octal | 313 | 223 | 351 | 15 | 45 | 0 | 11 | 427 | 102 | 113 |
| Binary | 11001011 | 10010011 | 11101001 | 1101 | 100101 | 0 | 1001 | 100010111 | 1000010 | 1001011 |
Color Harmonies of #CB93E9
Complementary color
Monochromatic Colors of #CB93E9
Black with #CB93E9
Text Example
Text Example
White with #CB93E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93E9; }
p { color: rgb(203,147,233); }
H1.HeaderClassName
{
color: #CB93E9;
}
.AnyTagClassName
{
color: #CB93E9;
}
</style>
background-color css
<style>
a { background-color: #CB93E9; }
a { background-color: rgb(203,147,233); }
div.DivClassName
{
background-color: #CB93E9;
}
.BgClassName
{
background-color: #CB93E9;
}
</style>
border-color css
<style>
span { border-color: #CB93E9; }
span { border-color: rgb(203,147,233); }
td.TdClassName
{
border-color: #CB93E9;
}
.TagClassName
{
border-color: #CB93E9;
}
</style>