Shades of Wisteria #CC86E7
Tints of Wisteria #CC86E7
RGB
CMYK
RGB Variations
Color information
#CC86E7 (or 0xCC86E7) is known color: Wisteria. HEX triplet: CC, 86 and E7. RGB value is (204,134,231). Sum of RGB (Red+Green+Blue) = 204+134+231=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC86E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86E7 is #337918. Grayscale: #A5A5A5. Windows color (decimal): -3373337 or 15173324. OLE color: 15173324.
HSL color Cylindrical-coordinate representation of color #CC86E7: hue angle of 283.3º degrees, saturation: 0.67, 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 #CC86E7 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 134 | 231 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.09 |
| HSL | 283.3º | 0.67% | 0.72% | - |
| HSV(B) | 283.3º | 0.42% | 0.91% | - |
| XYZ | 47.85 | 35.66 | 79.96 | - |
| YUV | 165.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 231 | 0.12 | 0.42 | 0 | 0.09 | 283.3 | 0.67 | 0.72 |
| Hex | CC | 86 | E7 | C | 2A | 0 | 9 | 11B | 43 | 48 |
| Octal | 314 | 206 | 347 | 14 | 52 | 0 | 11 | 433 | 103 | 110 |
| Binary | 11001100 | 10000110 | 11100111 | 1100 | 101010 | 0 | 1001 | 100011011 | 1000011 | 1001000 |
Color Harmonies of #CC86E7
Complementary color
Monochromatic Colors of #CC86E7
Black with #CC86E7
Text Example
Text Example
White with #CC86E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86E7; }
p { color: rgb(204,134,231); }
H1.HeaderClassName
{
color: #CC86E7;
}
.AnyTagClassName
{
color: #CC86E7;
}
</style>
background-color css
<style>
a { background-color: #CC86E7; }
a { background-color: rgb(204,134,231); }
div.DivClassName
{
background-color: #CC86E7;
}
.BgClassName
{
background-color: #CC86E7;
}
</style>
border-color css
<style>
span { border-color: #CC86E7; }
span { border-color: rgb(204,134,231); }
td.TdClassName
{
border-color: #CC86E7;
}
.TagClassName
{
border-color: #CC86E7;
}
</style>