Shades of Wisteria #CC92E9
Tints of Wisteria #CC92E9
RGB
CMYK
RGB Variations
Color information
#CC92E9 (or 0xCC92E9) is known color: Wisteria. HEX triplet: CC, 92 and E9. RGB value is (204,146,233). Sum of RGB (Red+Green+Blue) = 204+146+233=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC92E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92E9 is #336D16. Grayscale: #ACACAC. Windows color (decimal): -3370263 or 15307468. OLE color: 15307468.
HSL color Cylindrical-coordinate representation of color #CC92E9: hue angle of 280º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC92E9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 146 | 233 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.09 |
| HSL | 280º | 0.66% | 0.74% | - |
| HSV(B) | 280º | 0.37% | 0.91% | - |
| XYZ | 49.89 | 39.28 | 82.04 | - |
| YUV | 173.26 | 161.72 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 233 | 0.12 | 0.37 | 0 | 0.09 | 280 | 0.66 | 0.74 |
| Hex | CC | 92 | E9 | C | 25 | 0 | 9 | 118 | 42 | 4A |
| Octal | 314 | 222 | 351 | 14 | 45 | 0 | 11 | 430 | 102 | 112 |
| Binary | 11001100 | 10010010 | 11101001 | 1100 | 100101 | 0 | 1001 | 100011000 | 1000010 | 1001010 |
Color Harmonies of #CC92E9
Complementary color
Monochromatic Colors of #CC92E9
Black with #CC92E9
Text Example
Text Example
White with #CC92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92E9; }
p { color: rgb(204,146,233); }
H1.HeaderClassName
{
color: #CC92E9;
}
.AnyTagClassName
{
color: #CC92E9;
}
</style>
background-color css
<style>
a { background-color: #CC92E9; }
a { background-color: rgb(204,146,233); }
div.DivClassName
{
background-color: #CC92E9;
}
.BgClassName
{
background-color: #CC92E9;
}
</style>
border-color css
<style>
span { border-color: #CC92E9; }
span { border-color: rgb(204,146,233); }
td.TdClassName
{
border-color: #CC92E9;
}
.TagClassName
{
border-color: #CC92E9;
}
</style>