Shades of Wisteria #CB86ED
Tints of Wisteria #CB86ED
RGB
CMYK
RGB Variations
Color information
#CB86ED (or 0xCB86ED) is known color: Wisteria. HEX triplet: CB, 86 and ED. RGB value is (203,134,237). Sum of RGB (Red+Green+Blue) = 203+134+237=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86ED is #347912. Grayscale: #A6A6A6. Windows color (decimal): -3438867 or 15566539. OLE color: 15566539.
HSL color Cylindrical-coordinate representation of color #CB86ED: hue angle of 280.19º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB86ED is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 134 | 237 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.07 |
| HSL | 280.19º | 0.74% | 0.73% | - |
| HSV(B) | 280.19º | 0.43% | 0.93% | - |
| XYZ | 48.44 | 35.86 | 84.49 | - |
| YUV | 166.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 237 | 0.14 | 0.43 | 0 | 0.07 | 280.19 | 0.74 | 0.73 |
| Hex | CB | 86 | ED | E | 2B | 0 | 7 | 118 | 4A | 49 |
| Octal | 313 | 206 | 355 | 16 | 53 | 0 | 7 | 430 | 112 | 111 |
| Binary | 11001011 | 10000110 | 11101101 | 1110 | 101011 | 0 | 111 | 100011000 | 1001010 | 1001001 |
Color Harmonies of #CB86ED
Complementary color
Monochromatic Colors of #CB86ED
Black with #CB86ED
Text Example
Text Example
White with #CB86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86ED; }
p { color: rgb(203,134,237); }
H1.HeaderClassName
{
color: #CB86ED;
}
.AnyTagClassName
{
color: #CB86ED;
}
</style>
background-color css
<style>
a { background-color: #CB86ED; }
a { background-color: rgb(203,134,237); }
div.DivClassName
{
background-color: #CB86ED;
}
.BgClassName
{
background-color: #CB86ED;
}
</style>
border-color css
<style>
span { border-color: #CB86ED; }
span { border-color: rgb(203,134,237); }
td.TdClassName
{
border-color: #CB86ED;
}
.TagClassName
{
border-color: #CB86ED;
}
</style>