Shades of Wisteria #CB86E6
Tints of Wisteria #CB86E6
RGB
CMYK
RGB Variations
Color information
#CB86E6 (or 0xCB86E6) is known color: Wisteria. HEX triplet: CB, 86 and E6. RGB value is (203,134,230). Sum of RGB (Red+Green+Blue) = 203+134+230=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB86E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86E6 is #347919. Grayscale: #A5A5A5. Windows color (decimal): -3438874 or 15107787. OLE color: 15107787.
HSL color Cylindrical-coordinate representation of color #CB86E6: hue angle of 283.12º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB86E6 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 134 | 230 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.10 |
| HSL | 283.13º | 0.66% | 0.71% | - |
| HSV(B) | 283.13º | 0.42% | 0.9% | - |
| XYZ | 47.44 | 35.46 | 79.21 | - |
| YUV | 165.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 230 | 0.12 | 0.42 | 0 | 0.10 | 283.13 | 0.66 | 0.71 |
| Hex | CB | 86 | E6 | C | 2A | 0 | A | 11B | 42 | 47 |
| Octal | 313 | 206 | 346 | 14 | 52 | 0 | 12 | 433 | 102 | 107 |
| Binary | 11001011 | 10000110 | 11100110 | 1100 | 101010 | 0 | 1010 | 100011011 | 1000010 | 1000111 |
Color Harmonies of #CB86E6
Complementary color
Monochromatic Colors of #CB86E6
Black with #CB86E6
Text Example
Text Example
White with #CB86E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86E6; }
p { color: rgb(203,134,230); }
H1.HeaderClassName
{
color: #CB86E6;
}
.AnyTagClassName
{
color: #CB86E6;
}
</style>
background-color css
<style>
a { background-color: #CB86E6; }
a { background-color: rgb(203,134,230); }
div.DivClassName
{
background-color: #CB86E6;
}
.BgClassName
{
background-color: #CB86E6;
}
</style>
border-color css
<style>
span { border-color: #CB86E6; }
span { border-color: rgb(203,134,230); }
td.TdClassName
{
border-color: #CB86E6;
}
.TagClassName
{
border-color: #CB86E6;
}
</style>