Shades of Wisteria #CC86DF
Tints of Wisteria #CC86DF
RGB
CMYK
RGB Variations
Color information
#CC86DF (or 0xCC86DF) is known color: Wisteria. HEX triplet: CC, 86 and DF. RGB value is (204,134,223). Sum of RGB (Red+Green+Blue) = 204+134+223=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86DF is #337920. Grayscale: #A4A4A4. Windows color (decimal): -3373345 or 14649036. OLE color: 14649036.
HSL color Cylindrical-coordinate representation of color #CC86DF: hue angle of 287.19º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC86DF is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 134 | 223 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.13 |
| HSL | 287.19º | 0.58% | 0.7% | - |
| HSV(B) | 287.19º | 0.4% | 0.87% | - |
| XYZ | 46.75 | 35.22 | 74.15 | - |
| YUV | 165.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 223 | 0.09 | 0.40 | 0 | 0.13 | 287.19 | 0.58 | 0.7 |
| Hex | CC | 86 | DF | 9 | 28 | 0 | D | 11F | 3A | 46 |
| Octal | 314 | 206 | 337 | 11 | 50 | 0 | 15 | 437 | 72 | 106 |
| Binary | 11001100 | 10000110 | 11011111 | 1001 | 101000 | 0 | 1101 | 100011111 | 111010 | 1000110 |
Color Harmonies of #CC86DF
Complementary color
Monochromatic Colors of #CC86DF
Black with #CC86DF
Text Example
Text Example
White with #CC86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86DF; }
p { color: rgb(204,134,223); }
H1.HeaderClassName
{
color: #CC86DF;
}
.AnyTagClassName
{
color: #CC86DF;
}
</style>
background-color css
<style>
a { background-color: #CC86DF; }
a { background-color: rgb(204,134,223); }
div.DivClassName
{
background-color: #CC86DF;
}
.BgClassName
{
background-color: #CC86DF;
}
</style>
border-color css
<style>
span { border-color: #CC86DF; }
span { border-color: rgb(204,134,223); }
td.TdClassName
{
border-color: #CC86DF;
}
.TagClassName
{
border-color: #CC86DF;
}
</style>