Shades of Wisteria #CB86DF
Tints of Wisteria #CB86DF
RGB
CMYK
RGB Variations
Color information
#CB86DF (or 0xCB86DF) is known color: Wisteria. HEX triplet: CB, 86 and DF. RGB value is (203,134,223). Sum of RGB (Red+Green+Blue) = 203+134+223=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86DF is #347920. Grayscale: #A4A4A4. Windows color (decimal): -3438881 or 14649035. OLE color: 14649035.
HSL color Cylindrical-coordinate representation of color #CB86DF: hue angle of 286.52º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB86DF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 134 | 223 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.13 |
| HSL | 286.52º | 0.58% | 0.7% | - |
| HSV(B) | 286.52º | 0.4% | 0.87% | - |
| XYZ | 46.47 | 35.07 | 74.13 | - |
| YUV | 164.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 223 | 0.09 | 0.40 | 0 | 0.13 | 286.52 | 0.58 | 0.7 |
| Hex | CB | 86 | DF | 9 | 28 | 0 | D | 11F | 3A | 46 |
| Octal | 313 | 206 | 337 | 11 | 50 | 0 | 15 | 437 | 72 | 106 |
| Binary | 11001011 | 10000110 | 11011111 | 1001 | 101000 | 0 | 1101 | 100011111 | 111010 | 1000110 |
Color Harmonies of #CB86DF
Complementary color
Monochromatic Colors of #CB86DF
Black with #CB86DF
Text Example
Text Example
White with #CB86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86DF; }
p { color: rgb(203,134,223); }
H1.HeaderClassName
{
color: #CB86DF;
}
.AnyTagClassName
{
color: #CB86DF;
}
</style>
background-color css
<style>
a { background-color: #CB86DF; }
a { background-color: rgb(203,134,223); }
div.DivClassName
{
background-color: #CB86DF;
}
.BgClassName
{
background-color: #CB86DF;
}
</style>
border-color css
<style>
span { border-color: #CB86DF; }
span { border-color: rgb(203,134,223); }
td.TdClassName
{
border-color: #CB86DF;
}
.TagClassName
{
border-color: #CB86DF;
}
</style>