Shades of Wisteria #CB93EC
Tints of Wisteria #CB93EC
RGB
CMYK
RGB Variations
Color information
#CB93EC (or 0xCB93EC) is known color: Wisteria. HEX triplet: CB, 93 and EC. RGB value is (203,147,236). Sum of RGB (Red+Green+Blue) = 203+147+236=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93EC is #346C13. Grayscale: #ADADAD. Windows color (decimal): -3435540 or 15504331. OLE color: 15504331.
HSL color Cylindrical-coordinate representation of color #CB93EC: hue angle of 277.75º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB93EC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 147 | 236 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.07 |
| HSL | 277.75º | 0.7% | 0.75% | - |
| HSV(B) | 277.75º | 0.38% | 0.93% | - |
| XYZ | 50.2 | 39.62 | 84.36 | - |
| YUV | 173.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 236 | 0.14 | 0.38 | 0 | 0.07 | 277.75 | 0.7 | 0.75 |
| Hex | CB | 93 | EC | E | 26 | 0 | 7 | 116 | 46 | 4B |
| Octal | 313 | 223 | 354 | 16 | 46 | 0 | 7 | 426 | 106 | 113 |
| Binary | 11001011 | 10010011 | 11101100 | 1110 | 100110 | 0 | 111 | 100010110 | 1000110 | 1001011 |
Color Harmonies of #CB93EC
Complementary color
Monochromatic Colors of #CB93EC
Black with #CB93EC
Text Example
Text Example
White with #CB93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93EC; }
p { color: rgb(203,147,236); }
H1.HeaderClassName
{
color: #CB93EC;
}
.AnyTagClassName
{
color: #CB93EC;
}
</style>
background-color css
<style>
a { background-color: #CB93EC; }
a { background-color: rgb(203,147,236); }
div.DivClassName
{
background-color: #CB93EC;
}
.BgClassName
{
background-color: #CB93EC;
}
</style>
border-color css
<style>
span { border-color: #CB93EC; }
span { border-color: rgb(203,147,236); }
td.TdClassName
{
border-color: #CB93EC;
}
.TagClassName
{
border-color: #CB93EC;
}
</style>