Shades of Wisteria #CC92D8
Tints of Wisteria #CC92D8
RGB
CMYK
RGB Variations
Color information
#CC92D8 (or 0xCC92D8) is known color: Wisteria. HEX triplet: CC, 92 and D8. RGB value is (204,146,216). Sum of RGB (Red+Green+Blue) = 204+146+216=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC92D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92D8 is #336D27. Grayscale: #ABABAB. Windows color (decimal): -3370280 or 14193356. OLE color: 14193356.
HSL color Cylindrical-coordinate representation of color #CC92D8: hue angle of 289.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC92D8 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 146 | 216 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.15 |
| HSL | 289.71º | 0.47% | 0.71% | - |
| HSV(B) | 289.71º | 0.32% | 0.85% | - |
| XYZ | 47.58 | 38.35 | 69.86 | - |
| YUV | 171.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 216 | 0.06 | 0.32 | 0 | 0.15 | 289.71 | 0.47 | 0.71 |
| Hex | CC | 92 | D8 | 6 | 20 | 0 | F | 122 | 2F | 47 |
| Octal | 314 | 222 | 330 | 6 | 40 | 0 | 17 | 442 | 57 | 107 |
| Binary | 11001100 | 10010010 | 11011000 | 110 | 100000 | 0 | 1111 | 100100010 | 101111 | 1000111 |
Color Harmonies of #CC92D8
Complementary color
Monochromatic Colors of #CC92D8
Black with #CC92D8
Text Example
Text Example
White with #CC92D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92D8; }
p { color: rgb(204,146,216); }
H1.HeaderClassName
{
color: #CC92D8;
}
.AnyTagClassName
{
color: #CC92D8;
}
</style>
background-color css
<style>
a { background-color: #CC92D8; }
a { background-color: rgb(204,146,216); }
div.DivClassName
{
background-color: #CC92D8;
}
.BgClassName
{
background-color: #CC92D8;
}
</style>
border-color css
<style>
span { border-color: #CC92D8; }
span { border-color: rgb(204,146,216); }
td.TdClassName
{
border-color: #CC92D8;
}
.TagClassName
{
border-color: #CC92D8;
}
</style>