Shades of Wisteria #CB92EC
Tints of Wisteria #CB92EC
RGB
CMYK
RGB Variations
Color information
#CB92EC (or 0xCB92EC) is known color: Wisteria. HEX triplet: CB, 92 and EC. RGB value is (203,146,236). Sum of RGB (Red+Green+Blue) = 203+146+236=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB92EC is #346D13. Grayscale: #ADADAD. Windows color (decimal): -3435796 or 15504075. OLE color: 15504075.
HSL color Cylindrical-coordinate representation of color #CB92EC: hue angle of 278º 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 #CB92EC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 146 | 236 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.07 |
| HSL | 278º | 0.7% | 0.75% | - |
| HSV(B) | 278º | 0.38% | 0.93% | - |
| XYZ | 50.05 | 39.31 | 84.31 | - |
| YUV | 173.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 236 | 0.14 | 0.38 | 0 | 0.07 | 278 | 0.7 | 0.75 |
| Hex | CB | 92 | EC | E | 26 | 0 | 7 | 116 | 46 | 4B |
| Octal | 313 | 222 | 354 | 16 | 46 | 0 | 7 | 426 | 106 | 113 |
| Binary | 11001011 | 10010010 | 11101100 | 1110 | 100110 | 0 | 111 | 100010110 | 1000110 | 1001011 |
Color Harmonies of #CB92EC
Complementary color
Monochromatic Colors of #CB92EC
Black with #CB92EC
Text Example
Text Example
White with #CB92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92EC; }
p { color: rgb(203,146,236); }
H1.HeaderClassName
{
color: #CB92EC;
}
.AnyTagClassName
{
color: #CB92EC;
}
</style>
background-color css
<style>
a { background-color: #CB92EC; }
a { background-color: rgb(203,146,236); }
div.DivClassName
{
background-color: #CB92EC;
}
.BgClassName
{
background-color: #CB92EC;
}
</style>
border-color css
<style>
span { border-color: #CB92EC; }
span { border-color: rgb(203,146,236); }
td.TdClassName
{
border-color: #CB92EC;
}
.TagClassName
{
border-color: #CB92EC;
}
</style>