Shades of Wisteria #CC98D5
Tints of Wisteria #CC98D5
RGB
CMYK
RGB Variations
Color information
#CC98D5 (or 0xCC98D5) is known color: Wisteria. HEX triplet: CC, 98 and D5. RGB value is (204,152,213). Sum of RGB (Red+Green+Blue) = 204+152+213=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98D5 is #33672A. Grayscale: #AEAEAE. Windows color (decimal): -3368747 or 13998284. OLE color: 13998284.
HSL color Cylindrical-coordinate representation of color #CC98D5: hue angle of 291.15º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC98D5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 152 | 213 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.16 |
| HSL | 291.15º | 0.42% | 0.72% | - |
| HSV(B) | 291.15º | 0.29% | 0.84% | - |
| XYZ | 48.14 | 40.1 | 68.15 | - |
| YUV | 174.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 213 | 0.04 | 0.29 | 0 | 0.16 | 291.15 | 0.42 | 0.72 |
| Hex | CC | 98 | D5 | 4 | 1D | 0 | 10 | 123 | 2A | 48 |
| Octal | 314 | 230 | 325 | 4 | 35 | 0 | 20 | 443 | 52 | 110 |
| Binary | 11001100 | 10011000 | 11010101 | 100 | 11101 | 0 | 10000 | 100100011 | 101010 | 1001000 |
Color Harmonies of #CC98D5
Complementary color
Monochromatic Colors of #CC98D5
Black with #CC98D5
Text Example
Text Example
White with #CC98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98D5; }
p { color: rgb(204,152,213); }
H1.HeaderClassName
{
color: #CC98D5;
}
.AnyTagClassName
{
color: #CC98D5;
}
</style>
background-color css
<style>
a { background-color: #CC98D5; }
a { background-color: rgb(204,152,213); }
div.DivClassName
{
background-color: #CC98D5;
}
.BgClassName
{
background-color: #CC98D5;
}
</style>
border-color css
<style>
span { border-color: #CC98D5; }
span { border-color: rgb(204,152,213); }
td.TdClassName
{
border-color: #CC98D5;
}
.TagClassName
{
border-color: #CC98D5;
}
</style>