Shades of Wisteria #CB86EF
Tints of Wisteria #CB86EF
RGB
CMYK
RGB Variations
Color information
#CB86EF (or 0xCB86EF) is known color: Wisteria. HEX triplet: CB, 86 and EF. RGB value is (203,134,239). Sum of RGB (Red+Green+Blue) = 203+134+239=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86EF is #347910. Grayscale: #A6A6A6. Windows color (decimal): -3438865 or 15697611. OLE color: 15697611.
HSL color Cylindrical-coordinate representation of color #CB86EF: hue angle of 279.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB86EF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 134 | 239 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.06 |
| HSL | 279.43º | 0.77% | 0.73% | - |
| HSV(B) | 279.43º | 0.44% | 0.94% | - |
| XYZ | 48.73 | 35.98 | 86.04 | - |
| YUV | 166.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 239 | 0.15 | 0.44 | 0 | 0.06 | 279.43 | 0.77 | 0.73 |
| Hex | CB | 86 | EF | F | 2C | 0 | 6 | 117 | 4D | 49 |
| Octal | 313 | 206 | 357 | 17 | 54 | 0 | 6 | 427 | 115 | 111 |
| Binary | 11001011 | 10000110 | 11101111 | 1111 | 101100 | 0 | 110 | 100010111 | 1001101 | 1001001 |
Color Harmonies of #CB86EF
Complementary color
Monochromatic Colors of #CB86EF
Black with #CB86EF
Text Example
Text Example
White with #CB86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86EF; }
p { color: rgb(203,134,239); }
H1.HeaderClassName
{
color: #CB86EF;
}
.AnyTagClassName
{
color: #CB86EF;
}
</style>
background-color css
<style>
a { background-color: #CB86EF; }
a { background-color: rgb(203,134,239); }
div.DivClassName
{
background-color: #CB86EF;
}
.BgClassName
{
background-color: #CB86EF;
}
</style>
border-color css
<style>
span { border-color: #CB86EF; }
span { border-color: rgb(203,134,239); }
td.TdClassName
{
border-color: #CB86EF;
}
.TagClassName
{
border-color: #CB86EF;
}
</style>