Shades of Wisteria #CC98E4
Tints of Wisteria #CC98E4
RGB
CMYK
RGB Variations
Color information
#CC98E4 (or 0xCC98E4) is known color: Wisteria. HEX triplet: CC, 98 and E4. RGB value is (204,152,228). Sum of RGB (Red+Green+Blue) = 204+152+228=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC98E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98E4 is #33671B. Grayscale: #AFAFAF. Windows color (decimal): -3368732 or 14981324. OLE color: 14981324.
HSL color Cylindrical-coordinate representation of color #CC98E4: hue angle of 281.05º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC98E4 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 152 | 228 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.11 |
| HSL | 281.05º | 0.58% | 0.75% | - |
| HSV(B) | 281.05º | 0.33% | 0.89% | - |
| XYZ | 50.13 | 40.9 | 78.65 | - |
| YUV | 176.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 228 | 0.11 | 0.33 | 0 | 0.11 | 281.05 | 0.58 | 0.75 |
| Hex | CC | 98 | E4 | B | 21 | 0 | B | 119 | 3A | 4B |
| Octal | 314 | 230 | 344 | 13 | 41 | 0 | 13 | 431 | 72 | 113 |
| Binary | 11001100 | 10011000 | 11100100 | 1011 | 100001 | 0 | 1011 | 100011001 | 111010 | 1001011 |
Color Harmonies of #CC98E4
Complementary color
Monochromatic Colors of #CC98E4
Black with #CC98E4
Text Example
Text Example
White with #CC98E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98E4; }
p { color: rgb(204,152,228); }
H1.HeaderClassName
{
color: #CC98E4;
}
.AnyTagClassName
{
color: #CC98E4;
}
</style>
background-color css
<style>
a { background-color: #CC98E4; }
a { background-color: rgb(204,152,228); }
div.DivClassName
{
background-color: #CC98E4;
}
.BgClassName
{
background-color: #CC98E4;
}
</style>
border-color css
<style>
span { border-color: #CC98E4; }
span { border-color: rgb(204,152,228); }
td.TdClassName
{
border-color: #CC98E4;
}
.TagClassName
{
border-color: #CC98E4;
}
</style>