Shades of Wisteria #CC87F0
Tints of Wisteria #CC87F0
RGB
CMYK
RGB Variations
Color information
#CC87F0 (or 0xCC87F0) is known color: Wisteria. HEX triplet: CC, 87 and F0. RGB value is (204,135,240). Sum of RGB (Red+Green+Blue) = 204+135+240=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC87F0 is #33780F. Grayscale: #A7A7A7. Windows color (decimal): -3373072 or 15763404. OLE color: 15763404.
HSL color Cylindrical-coordinate representation of color #CC87F0: hue angle of 279.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC87F0 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 135 | 240 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.06 |
| HSL | 279.43º | 0.78% | 0.74% | - |
| HSV(B) | 279.43º | 0.44% | 0.94% | - |
| XYZ | 49.29 | 36.46 | 86.88 | - |
| YUV | 167.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 240 | 0.15 | 0.44 | 0 | 0.06 | 279.43 | 0.78 | 0.74 |
| Hex | CC | 87 | F0 | F | 2C | 0 | 6 | 117 | 4E | 4A |
| Octal | 314 | 207 | 360 | 17 | 54 | 0 | 6 | 427 | 116 | 112 |
| Binary | 11001100 | 10000111 | 11110000 | 1111 | 101100 | 0 | 110 | 100010111 | 1001110 | 1001010 |
Color Harmonies of #CC87F0
Complementary color
Monochromatic Colors of #CC87F0
Black with #CC87F0
Text Example
Text Example
White with #CC87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87F0; }
p { color: rgb(204,135,240); }
H1.HeaderClassName
{
color: #CC87F0;
}
.AnyTagClassName
{
color: #CC87F0;
}
</style>
background-color css
<style>
a { background-color: #CC87F0; }
a { background-color: rgb(204,135,240); }
div.DivClassName
{
background-color: #CC87F0;
}
.BgClassName
{
background-color: #CC87F0;
}
</style>
border-color css
<style>
span { border-color: #CC87F0; }
span { border-color: rgb(204,135,240); }
td.TdClassName
{
border-color: #CC87F0;
}
.TagClassName
{
border-color: #CC87F0;
}
</style>