Shades of Wisteria #CC87EC
Tints of Wisteria #CC87EC
RGB
CMYK
RGB Variations
Color information
#CC87EC (or 0xCC87EC) is known color: Wisteria. HEX triplet: CC, 87 and EC. RGB value is (204,135,236). Sum of RGB (Red+Green+Blue) = 204+135+236=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC87EC is #337813. Grayscale: #A6A6A6. Windows color (decimal): -3373076 or 15501260. OLE color: 15501260.
HSL color Cylindrical-coordinate representation of color #CC87EC: hue angle of 280.99º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC87EC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 135 | 236 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.07 |
| HSL | 280.99º | 0.73% | 0.73% | - |
| HSV(B) | 280.99º | 0.43% | 0.93% | - |
| XYZ | 48.71 | 36.22 | 83.78 | - |
| YUV | 167.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 236 | 0.14 | 0.43 | 0 | 0.07 | 280.99 | 0.73 | 0.73 |
| Hex | CC | 87 | EC | E | 2B | 0 | 7 | 119 | 49 | 49 |
| Octal | 314 | 207 | 354 | 16 | 53 | 0 | 7 | 431 | 111 | 111 |
| Binary | 11001100 | 10000111 | 11101100 | 1110 | 101011 | 0 | 111 | 100011001 | 1001001 | 1001001 |
Color Harmonies of #CC87EC
Complementary color
Monochromatic Colors of #CC87EC
Black with #CC87EC
Text Example
Text Example
White with #CC87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87EC; }
p { color: rgb(204,135,236); }
H1.HeaderClassName
{
color: #CC87EC;
}
.AnyTagClassName
{
color: #CC87EC;
}
</style>
background-color css
<style>
a { background-color: #CC87EC; }
a { background-color: rgb(204,135,236); }
div.DivClassName
{
background-color: #CC87EC;
}
.BgClassName
{
background-color: #CC87EC;
}
</style>
border-color css
<style>
span { border-color: #CC87EC; }
span { border-color: rgb(204,135,236); }
td.TdClassName
{
border-color: #CC87EC;
}
.TagClassName
{
border-color: #CC87EC;
}
</style>