Shades of Wisteria #CB83DC
Tints of Wisteria #CB83DC
RGB
CMYK
RGB Variations
Color information
#CB83DC (or 0xCB83DC) is known color: Wisteria. HEX triplet: CB, 83 and DC. RGB value is (203,131,220). Sum of RGB (Red+Green+Blue) = 203+131+220=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83DC is #347C23. Grayscale: #A2A2A2. Windows color (decimal): -3439652 or 14451659. OLE color: 14451659.
HSL color Cylindrical-coordinate representation of color #CB83DC: hue angle of 288.54º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB83DC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 131 | 220 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.14 |
| HSL | 288.54º | 0.56% | 0.69% | - |
| HSV(B) | 288.54º | 0.4% | 0.86% | - |
| XYZ | 45.66 | 34.1 | 71.88 | - |
| YUV | 162.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 220 | 0.08 | 0.40 | 0 | 0.14 | 288.54 | 0.56 | 0.69 |
| Hex | CB | 83 | DC | 8 | 28 | 0 | E | 121 | 38 | 45 |
| Octal | 313 | 203 | 334 | 10 | 50 | 0 | 16 | 441 | 70 | 105 |
| Binary | 11001011 | 10000011 | 11011100 | 1000 | 101000 | 0 | 1110 | 100100001 | 111000 | 1000101 |
Color Harmonies of #CB83DC
Complementary color
Monochromatic Colors of #CB83DC
Black with #CB83DC
Text Example
Text Example
White with #CB83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83DC; }
p { color: rgb(203,131,220); }
H1.HeaderClassName
{
color: #CB83DC;
}
.AnyTagClassName
{
color: #CB83DC;
}
</style>
background-color css
<style>
a { background-color: #CB83DC; }
a { background-color: rgb(203,131,220); }
div.DivClassName
{
background-color: #CB83DC;
}
.BgClassName
{
background-color: #CB83DC;
}
</style>
border-color css
<style>
span { border-color: #CB83DC; }
span { border-color: rgb(203,131,220); }
td.TdClassName
{
border-color: #CB83DC;
}
.TagClassName
{
border-color: #CB83DC;
}
</style>