Shades of Wisteria #CC86E9
Tints of Wisteria #CC86E9
RGB
CMYK
RGB Variations
Color information
#CC86E9 (or 0xCC86E9) is known color: Wisteria. HEX triplet: CC, 86 and E9. RGB value is (204,134,233). Sum of RGB (Red+Green+Blue) = 204+134+233=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC86E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86E9 is #337916. Grayscale: #A5A5A5. Windows color (decimal): -3373335 or 15304396. OLE color: 15304396.
HSL color Cylindrical-coordinate representation of color #CC86E9: hue angle of 282.42º degrees, saturation: 0.69, 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 #CC86E9 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 134 | 233 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.09 |
| HSL | 282.42º | 0.69% | 0.72% | - |
| HSV(B) | 282.42º | 0.42% | 0.91% | - |
| XYZ | 48.13 | 35.77 | 81.46 | - |
| YUV | 166.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 233 | 0.12 | 0.42 | 0 | 0.09 | 282.42 | 0.69 | 0.72 |
| Hex | CC | 86 | E9 | C | 2A | 0 | 9 | 11A | 45 | 48 |
| Octal | 314 | 206 | 351 | 14 | 52 | 0 | 11 | 432 | 105 | 110 |
| Binary | 11001100 | 10000110 | 11101001 | 1100 | 101010 | 0 | 1001 | 100011010 | 1000101 | 1001000 |
Color Harmonies of #CC86E9
Complementary color
Monochromatic Colors of #CC86E9
Black with #CC86E9
Text Example
Text Example
White with #CC86E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86E9; }
p { color: rgb(204,134,233); }
H1.HeaderClassName
{
color: #CC86E9;
}
.AnyTagClassName
{
color: #CC86E9;
}
</style>
background-color css
<style>
a { background-color: #CC86E9; }
a { background-color: rgb(204,134,233); }
div.DivClassName
{
background-color: #CC86E9;
}
.BgClassName
{
background-color: #CC86E9;
}
</style>
border-color css
<style>
span { border-color: #CC86E9; }
span { border-color: rgb(204,134,233); }
td.TdClassName
{
border-color: #CC86E9;
}
.TagClassName
{
border-color: #CC86E9;
}
</style>