Shades of Wisteria #CB85EC
Tints of Wisteria #CB85EC
RGB
CMYK
RGB Variations
Color information
#CB85EC (or 0xCB85EC) is known color: Wisteria. HEX triplet: CB, 85 and EC. RGB value is (203,133,236). Sum of RGB (Red+Green+Blue) = 203+133+236=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB85EC is #347A13. Grayscale: #A5A5A5. Windows color (decimal): -3439124 or 15500747. OLE color: 15500747.
HSL color Cylindrical-coordinate representation of color #CB85EC: hue angle of 280.78º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB85EC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 133 | 236 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.07 |
| HSL | 280.78º | 0.73% | 0.72% | - |
| HSV(B) | 280.78º | 0.44% | 0.93% | - |
| XYZ | 48.16 | 35.53 | 83.68 | - |
| YUV | 165.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 236 | 0.14 | 0.44 | 0 | 0.07 | 280.78 | 0.73 | 0.72 |
| Hex | CB | 85 | EC | E | 2C | 0 | 7 | 119 | 49 | 48 |
| Octal | 313 | 205 | 354 | 16 | 54 | 0 | 7 | 431 | 111 | 110 |
| Binary | 11001011 | 10000101 | 11101100 | 1110 | 101100 | 0 | 111 | 100011001 | 1001001 | 1001000 |
Color Harmonies of #CB85EC
Complementary color
Monochromatic Colors of #CB85EC
Black with #CB85EC
Text Example
Text Example
White with #CB85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85EC; }
p { color: rgb(203,133,236); }
H1.HeaderClassName
{
color: #CB85EC;
}
.AnyTagClassName
{
color: #CB85EC;
}
</style>
background-color css
<style>
a { background-color: #CB85EC; }
a { background-color: rgb(203,133,236); }
div.DivClassName
{
background-color: #CB85EC;
}
.BgClassName
{
background-color: #CB85EC;
}
</style>
border-color css
<style>
span { border-color: #CB85EC; }
span { border-color: rgb(203,133,236); }
td.TdClassName
{
border-color: #CB85EC;
}
.TagClassName
{
border-color: #CB85EC;
}
</style>