Shades of Wisteria #CC92E3
Tints of Wisteria #CC92E3
RGB
CMYK
RGB Variations
Color information
#CC92E3 (or 0xCC92E3) is known color: Wisteria. HEX triplet: CC, 92 and E3. RGB value is (204,146,227). Sum of RGB (Red+Green+Blue) = 204+146+227=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC92E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92E3 is #336D1C. Grayscale: #ACACAC. Windows color (decimal): -3370269 or 14914252. OLE color: 14914252.
HSL color Cylindrical-coordinate representation of color #CC92E3: hue angle of 282.96º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC92E3 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 146 | 227 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.11 |
| HSL | 282.96º | 0.59% | 0.73% | - |
| HSV(B) | 282.96º | 0.36% | 0.89% | - |
| XYZ | 49.05 | 38.94 | 77.6 | - |
| YUV | 172.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 227 | 0.10 | 0.36 | 0 | 0.11 | 282.96 | 0.59 | 0.73 |
| Hex | CC | 92 | E3 | A | 24 | 0 | B | 11B | 3B | 49 |
| Octal | 314 | 222 | 343 | 12 | 44 | 0 | 13 | 433 | 73 | 111 |
| Binary | 11001100 | 10010010 | 11100011 | 1010 | 100100 | 0 | 1011 | 100011011 | 111011 | 1001001 |
Color Harmonies of #CC92E3
Complementary color
Monochromatic Colors of #CC92E3
Black with #CC92E3
Text Example
Text Example
White with #CC92E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92E3; }
p { color: rgb(204,146,227); }
H1.HeaderClassName
{
color: #CC92E3;
}
.AnyTagClassName
{
color: #CC92E3;
}
</style>
background-color css
<style>
a { background-color: #CC92E3; }
a { background-color: rgb(204,146,227); }
div.DivClassName
{
background-color: #CC92E3;
}
.BgClassName
{
background-color: #CC92E3;
}
</style>
border-color css
<style>
span { border-color: #CC92E3; }
span { border-color: rgb(204,146,227); }
td.TdClassName
{
border-color: #CC92E3;
}
.TagClassName
{
border-color: #CC92E3;
}
</style>