Shades of Wisteria #CC8FE7
Tints of Wisteria #CC8FE7
RGB
CMYK
RGB Variations
Color information
#CC8FE7 (or 0xCC8FE7) is known color: Wisteria. HEX triplet: CC, 8F and E7. RGB value is (204,143,231). Sum of RGB (Red+Green+Blue) = 204+143+231=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8FE7 is #337018. Grayscale: #AAAAAA. Windows color (decimal): -3371033 or 15175628. OLE color: 15175628.
HSL color Cylindrical-coordinate representation of color #CC8FE7: hue angle of 281.59º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC8FE7 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 143 | 231 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.09 |
| HSL | 281.59º | 0.65% | 0.73% | - |
| HSV(B) | 281.59º | 0.38% | 0.91% | - |
| XYZ | 49.15 | 38.25 | 80.39 | - |
| YUV | 171.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 231 | 0.12 | 0.38 | 0 | 0.09 | 281.59 | 0.65 | 0.73 |
| Hex | CC | 8F | E7 | C | 26 | 0 | 9 | 11A | 41 | 49 |
| Octal | 314 | 217 | 347 | 14 | 46 | 0 | 11 | 432 | 101 | 111 |
| Binary | 11001100 | 10001111 | 11100111 | 1100 | 100110 | 0 | 1001 | 100011010 | 1000001 | 1001001 |
Color Harmonies of #CC8FE7
Complementary color
Monochromatic Colors of #CC8FE7
Black with #CC8FE7
Text Example
Text Example
White with #CC8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FE7; }
p { color: rgb(204,143,231); }
H1.HeaderClassName
{
color: #CC8FE7;
}
.AnyTagClassName
{
color: #CC8FE7;
}
</style>
background-color css
<style>
a { background-color: #CC8FE7; }
a { background-color: rgb(204,143,231); }
div.DivClassName
{
background-color: #CC8FE7;
}
.BgClassName
{
background-color: #CC8FE7;
}
</style>
border-color css
<style>
span { border-color: #CC8FE7; }
span { border-color: rgb(204,143,231); }
td.TdClassName
{
border-color: #CC8FE7;
}
.TagClassName
{
border-color: #CC8FE7;
}
</style>