Shades of Wisteria #CC87E6
Tints of Wisteria #CC87E6
RGB
CMYK
RGB Variations
Color information
#CC87E6 (or 0xCC87E6) is known color: Wisteria. HEX triplet: CC, 87 and E6. RGB value is (204,135,230). Sum of RGB (Red+Green+Blue) = 204+135+230=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC87E6 is #337819. Grayscale: #A6A6A6. Windows color (decimal): -3373082 or 15108044. OLE color: 15108044.
HSL color Cylindrical-coordinate representation of color #CC87E6: hue angle of 283.58º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC87E6 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 135 | 230 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.10 |
| HSL | 283.58º | 0.66% | 0.72% | - |
| HSV(B) | 283.58º | 0.41% | 0.9% | - |
| XYZ | 47.85 | 35.88 | 79.27 | - |
| YUV | 166.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 230 | 0.11 | 0.41 | 0 | 0.10 | 283.58 | 0.66 | 0.72 |
| Hex | CC | 87 | E6 | B | 29 | 0 | A | 11C | 42 | 48 |
| Octal | 314 | 207 | 346 | 13 | 51 | 0 | 12 | 434 | 102 | 110 |
| Binary | 11001100 | 10000111 | 11100110 | 1011 | 101001 | 0 | 1010 | 100011100 | 1000010 | 1001000 |
Color Harmonies of #CC87E6
Complementary color
Monochromatic Colors of #CC87E6
Black with #CC87E6
Text Example
Text Example
White with #CC87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87E6; }
p { color: rgb(204,135,230); }
H1.HeaderClassName
{
color: #CC87E6;
}
.AnyTagClassName
{
color: #CC87E6;
}
</style>
background-color css
<style>
a { background-color: #CC87E6; }
a { background-color: rgb(204,135,230); }
div.DivClassName
{
background-color: #CC87E6;
}
.BgClassName
{
background-color: #CC87E6;
}
</style>
border-color css
<style>
span { border-color: #CC87E6; }
span { border-color: rgb(204,135,230); }
td.TdClassName
{
border-color: #CC87E6;
}
.TagClassName
{
border-color: #CC87E6;
}
</style>