Shades of Wisteria #CC87DF
Tints of Wisteria #CC87DF
RGB
CMYK
RGB Variations
Color information
#CC87DF (or 0xCC87DF) is known color: Wisteria. HEX triplet: CC, 87 and DF. RGB value is (204,135,223). Sum of RGB (Red+Green+Blue) = 204+135+223=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87DF is #337820. Grayscale: #A5A5A5. Windows color (decimal): -3373089 or 14649292. OLE color: 14649292.
HSL color Cylindrical-coordinate representation of color #CC87DF: hue angle of 287.05º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC87DF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 135 | 223 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.13 |
| HSL | 287.05º | 0.58% | 0.7% | - |
| HSV(B) | 287.05º | 0.39% | 0.87% | - |
| XYZ | 46.89 | 35.49 | 74.19 | - |
| YUV | 165.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 223 | 0.09 | 0.39 | 0 | 0.13 | 287.05 | 0.58 | 0.7 |
| Hex | CC | 87 | DF | 9 | 27 | 0 | D | 11F | 3A | 46 |
| Octal | 314 | 207 | 337 | 11 | 47 | 0 | 15 | 437 | 72 | 106 |
| Binary | 11001100 | 10000111 | 11011111 | 1001 | 100111 | 0 | 1101 | 100011111 | 111010 | 1000110 |
Color Harmonies of #CC87DF
Complementary color
Monochromatic Colors of #CC87DF
Black with #CC87DF
Text Example
Text Example
White with #CC87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87DF; }
p { color: rgb(204,135,223); }
H1.HeaderClassName
{
color: #CC87DF;
}
.AnyTagClassName
{
color: #CC87DF;
}
</style>
background-color css
<style>
a { background-color: #CC87DF; }
a { background-color: rgb(204,135,223); }
div.DivClassName
{
background-color: #CC87DF;
}
.BgClassName
{
background-color: #CC87DF;
}
</style>
border-color css
<style>
span { border-color: #CC87DF; }
span { border-color: rgb(204,135,223); }
td.TdClassName
{
border-color: #CC87DF;
}
.TagClassName
{
border-color: #CC87DF;
}
</style>