Shades of Wisteria #CB86E7
Tints of Wisteria #CB86E7
RGB
CMYK
RGB Variations
Color information
#CB86E7 (or 0xCB86E7) is known color: Wisteria. HEX triplet: CB, 86 and E7. RGB value is (203,134,231). Sum of RGB (Red+Green+Blue) = 203+134+231=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB86E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86E7 is #347918. Grayscale: #A5A5A5. Windows color (decimal): -3438873 or 15173323. OLE color: 15173323.
HSL color Cylindrical-coordinate representation of color #CB86E7: hue angle of 282.68º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB86E7 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 134 | 231 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.09 |
| HSL | 282.68º | 0.67% | 0.72% | - |
| HSV(B) | 282.68º | 0.42% | 0.91% | - |
| XYZ | 47.58 | 35.52 | 79.95 | - |
| YUV | 165.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 231 | 0.12 | 0.42 | 0 | 0.09 | 282.68 | 0.67 | 0.72 |
| Hex | CB | 86 | E7 | C | 2A | 0 | 9 | 11B | 43 | 48 |
| Octal | 313 | 206 | 347 | 14 | 52 | 0 | 11 | 433 | 103 | 110 |
| Binary | 11001011 | 10000110 | 11100111 | 1100 | 101010 | 0 | 1001 | 100011011 | 1000011 | 1001000 |
Color Harmonies of #CB86E7
Complementary color
Monochromatic Colors of #CB86E7
Black with #CB86E7
Text Example
Text Example
White with #CB86E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86E7; }
p { color: rgb(203,134,231); }
H1.HeaderClassName
{
color: #CB86E7;
}
.AnyTagClassName
{
color: #CB86E7;
}
</style>
background-color css
<style>
a { background-color: #CB86E7; }
a { background-color: rgb(203,134,231); }
div.DivClassName
{
background-color: #CB86E7;
}
.BgClassName
{
background-color: #CB86E7;
}
</style>
border-color css
<style>
span { border-color: #CB86E7; }
span { border-color: rgb(203,134,231); }
td.TdClassName
{
border-color: #CB86E7;
}
.TagClassName
{
border-color: #CB86E7;
}
</style>