Shades of Wisteria #CC86D9
Tints of Wisteria #CC86D9
RGB
CMYK
RGB Variations
Color information
#CC86D9 (or 0xCC86D9) is known color: Wisteria. HEX triplet: CC, 86 and D9. RGB value is (204,134,217). Sum of RGB (Red+Green+Blue) = 204+134+217=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC86D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86D9 is #337926. Grayscale: #A4A4A4. Windows color (decimal): -3373351 or 14255820. OLE color: 14255820.
HSL color Cylindrical-coordinate representation of color #CC86D9: hue angle of 290.6º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC86D9 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 134 | 217 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.15 |
| HSL | 290.6º | 0.52% | 0.69% | - |
| HSV(B) | 290.6º | 0.38% | 0.85% | - |
| XYZ | 45.95 | 34.9 | 69.96 | - |
| YUV | 164.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 217 | 0.06 | 0.38 | 0 | 0.15 | 290.6 | 0.52 | 0.69 |
| Hex | CC | 86 | D9 | 6 | 26 | 0 | F | 123 | 34 | 45 |
| Octal | 314 | 206 | 331 | 6 | 46 | 0 | 17 | 443 | 64 | 105 |
| Binary | 11001100 | 10000110 | 11011001 | 110 | 100110 | 0 | 1111 | 100100011 | 110100 | 1000101 |
Color Harmonies of #CC86D9
Complementary color
Monochromatic Colors of #CC86D9
Black with #CC86D9
Text Example
Text Example
White with #CC86D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86D9; }
p { color: rgb(204,134,217); }
H1.HeaderClassName
{
color: #CC86D9;
}
.AnyTagClassName
{
color: #CC86D9;
}
</style>
background-color css
<style>
a { background-color: #CC86D9; }
a { background-color: rgb(204,134,217); }
div.DivClassName
{
background-color: #CC86D9;
}
.BgClassName
{
background-color: #CC86D9;
}
</style>
border-color css
<style>
span { border-color: #CC86D9; }
span { border-color: rgb(204,134,217); }
td.TdClassName
{
border-color: #CC86D9;
}
.TagClassName
{
border-color: #CC86D9;
}
</style>