Shades of Wisteria #CC98DF
Tints of Wisteria #CC98DF
RGB
CMYK
RGB Variations
Color information
#CC98DF (or 0xCC98DF) is known color: Wisteria. HEX triplet: CC, 98 and DF. RGB value is (204,152,223). Sum of RGB (Red+Green+Blue) = 204+152+223=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98DF is #336720. Grayscale: #AFAFAF. Windows color (decimal): -3368737 or 14653644. OLE color: 14653644.
HSL color Cylindrical-coordinate representation of color #CC98DF: hue angle of 283.94º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC98DF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 152 | 223 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.13 |
| HSL | 283.94º | 0.53% | 0.74% | - |
| HSV(B) | 283.94º | 0.32% | 0.87% | - |
| XYZ | 49.45 | 40.62 | 75.05 | - |
| YUV | 175.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 223 | 0.09 | 0.32 | 0 | 0.13 | 283.94 | 0.53 | 0.74 |
| Hex | CC | 98 | DF | 9 | 20 | 0 | D | 11C | 35 | 4A |
| Octal | 314 | 230 | 337 | 11 | 40 | 0 | 15 | 434 | 65 | 112 |
| Binary | 11001100 | 10011000 | 11011111 | 1001 | 100000 | 0 | 1101 | 100011100 | 110101 | 1001010 |
Color Harmonies of #CC98DF
Complementary color
Monochromatic Colors of #CC98DF
Black with #CC98DF
Text Example
Text Example
White with #CC98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98DF; }
p { color: rgb(204,152,223); }
H1.HeaderClassName
{
color: #CC98DF;
}
.AnyTagClassName
{
color: #CC98DF;
}
</style>
background-color css
<style>
a { background-color: #CC98DF; }
a { background-color: rgb(204,152,223); }
div.DivClassName
{
background-color: #CC98DF;
}
.BgClassName
{
background-color: #CC98DF;
}
</style>
border-color css
<style>
span { border-color: #CC98DF; }
span { border-color: rgb(204,152,223); }
td.TdClassName
{
border-color: #CC98DF;
}
.TagClassName
{
border-color: #CC98DF;
}
</style>