Shades of Wisteria #CC92E6
Tints of Wisteria #CC92E6
RGB
CMYK
RGB Variations
Color information
#CC92E6 (or 0xCC92E6) is known color: Wisteria. HEX triplet: CC, 92 and E6. RGB value is (204,146,230). Sum of RGB (Red+Green+Blue) = 204+146+230=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC92E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92E6 is #336D19. Grayscale: #ACACAC. Windows color (decimal): -3370266 or 15110860. OLE color: 15110860.
HSL color Cylindrical-coordinate representation of color #CC92E6: hue angle of 281.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC92E6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 146 | 230 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.10 |
| HSL | 281.43º | 0.63% | 0.74% | - |
| HSV(B) | 281.43º | 0.37% | 0.9% | - |
| XYZ | 49.46 | 39.11 | 79.8 | - |
| YUV | 172.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 230 | 0.11 | 0.37 | 0 | 0.10 | 281.43 | 0.63 | 0.74 |
| Hex | CC | 92 | E6 | B | 25 | 0 | A | 119 | 3F | 4A |
| Octal | 314 | 222 | 346 | 13 | 45 | 0 | 12 | 431 | 77 | 112 |
| Binary | 11001100 | 10010010 | 11100110 | 1011 | 100101 | 0 | 1010 | 100011001 | 111111 | 1001010 |
Color Harmonies of #CC92E6
Complementary color
Monochromatic Colors of #CC92E6
Black with #CC92E6
Text Example
Text Example
White with #CC92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92E6; }
p { color: rgb(204,146,230); }
H1.HeaderClassName
{
color: #CC92E6;
}
.AnyTagClassName
{
color: #CC92E6;
}
</style>
background-color css
<style>
a { background-color: #CC92E6; }
a { background-color: rgb(204,146,230); }
div.DivClassName
{
background-color: #CC92E6;
}
.BgClassName
{
background-color: #CC92E6;
}
</style>
border-color css
<style>
span { border-color: #CC92E6; }
span { border-color: rgb(204,146,230); }
td.TdClassName
{
border-color: #CC92E6;
}
.TagClassName
{
border-color: #CC92E6;
}
</style>