Shades of Wisteria #CC92E2
Tints of Wisteria #CC92E2
RGB
CMYK
RGB Variations
Color information
#CC92E2 (or 0xCC92E2) is known color: Wisteria. HEX triplet: CC, 92 and E2. RGB value is (204,146,226). Sum of RGB (Red+Green+Blue) = 204+146+226=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC92E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92E2 is #336D1D. Grayscale: #ACACAC. Windows color (decimal): -3370270 or 14848716. OLE color: 14848716.
HSL color Cylindrical-coordinate representation of color #CC92E2: hue angle of 283.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC92E2 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 146 | 226 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.11 |
| HSL | 283.5º | 0.58% | 0.73% | - |
| HSV(B) | 283.5º | 0.35% | 0.89% | - |
| XYZ | 48.91 | 38.89 | 76.88 | - |
| YUV | 172.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 226 | 0.10 | 0.35 | 0 | 0.11 | 283.5 | 0.58 | 0.73 |
| Hex | CC | 92 | E2 | A | 23 | 0 | B | 11C | 3A | 49 |
| Octal | 314 | 222 | 342 | 12 | 43 | 0 | 13 | 434 | 72 | 111 |
| Binary | 11001100 | 10010010 | 11100010 | 1010 | 100011 | 0 | 1011 | 100011100 | 111010 | 1001001 |
Color Harmonies of #CC92E2
Complementary color
Monochromatic Colors of #CC92E2
Black with #CC92E2
Text Example
Text Example
White with #CC92E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92E2; }
p { color: rgb(204,146,226); }
H1.HeaderClassName
{
color: #CC92E2;
}
.AnyTagClassName
{
color: #CC92E2;
}
</style>
background-color css
<style>
a { background-color: #CC92E2; }
a { background-color: rgb(204,146,226); }
div.DivClassName
{
background-color: #CC92E2;
}
.BgClassName
{
background-color: #CC92E2;
}
</style>
border-color css
<style>
span { border-color: #CC92E2; }
span { border-color: rgb(204,146,226); }
td.TdClassName
{
border-color: #CC92E2;
}
.TagClassName
{
border-color: #CC92E2;
}
</style>