Shades of Wisteria #CC98EC
Tints of Wisteria #CC98EC
RGB
CMYK
RGB Variations
Color information
#CC98EC (or 0xCC98EC) is known color: Wisteria. HEX triplet: CC, 98 and EC. RGB value is (204,152,236). Sum of RGB (Red+Green+Blue) = 204+152+236=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC98EC is #336713. Grayscale: #B0B0B0. Windows color (decimal): -3368724 or 15505612. OLE color: 15505612.
HSL color Cylindrical-coordinate representation of color #CC98EC: hue angle of 277.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC98EC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 152 | 236 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.07 |
| HSL | 277.14º | 0.69% | 0.76% | - |
| HSV(B) | 277.14º | 0.36% | 0.93% | - |
| XYZ | 51.27 | 41.35 | 84.64 | - |
| YUV | 177.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 236 | 0.14 | 0.36 | 0 | 0.07 | 277.14 | 0.69 | 0.76 |
| Hex | CC | 98 | EC | E | 24 | 0 | 7 | 115 | 45 | 4C |
| Octal | 314 | 230 | 354 | 16 | 44 | 0 | 7 | 425 | 105 | 114 |
| Binary | 11001100 | 10011000 | 11101100 | 1110 | 100100 | 0 | 111 | 100010101 | 1000101 | 1001100 |
Color Harmonies of #CC98EC
Complementary color
Monochromatic Colors of #CC98EC
Black with #CC98EC
Text Example
Text Example
White with #CC98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98EC; }
p { color: rgb(204,152,236); }
H1.HeaderClassName
{
color: #CC98EC;
}
.AnyTagClassName
{
color: #CC98EC;
}
</style>
background-color css
<style>
a { background-color: #CC98EC; }
a { background-color: rgb(204,152,236); }
div.DivClassName
{
background-color: #CC98EC;
}
.BgClassName
{
background-color: #CC98EC;
}
</style>
border-color css
<style>
span { border-color: #CC98EC; }
span { border-color: rgb(204,152,236); }
td.TdClassName
{
border-color: #CC98EC;
}
.TagClassName
{
border-color: #CC98EC;
}
</style>