Shades of Wisteria #CC92D6
Tints of Wisteria #CC92D6
RGB
CMYK
RGB Variations
Color information
#CC92D6 (or 0xCC92D6) is known color: Wisteria. HEX triplet: CC, 92 and D6. RGB value is (204,146,214). Sum of RGB (Red+Green+Blue) = 204+146+214=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC92D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92D6 is #336D29. Grayscale: #AAAAAA. Windows color (decimal): -3370282 or 14062284. OLE color: 14062284.
HSL color Cylindrical-coordinate representation of color #CC92D6: hue angle of 291.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC92D6 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 146 | 214 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.16 |
| HSL | 291.18º | 0.45% | 0.71% | - |
| HSV(B) | 291.18º | 0.32% | 0.84% | - |
| XYZ | 47.32 | 38.25 | 68.51 | - |
| YUV | 171.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 214 | 0.05 | 0.32 | 0 | 0.16 | 291.18 | 0.45 | 0.71 |
| Hex | CC | 92 | D6 | 5 | 20 | 0 | 10 | 123 | 2D | 47 |
| Octal | 314 | 222 | 326 | 5 | 40 | 0 | 20 | 443 | 55 | 107 |
| Binary | 11001100 | 10010010 | 11010110 | 101 | 100000 | 0 | 10000 | 100100011 | 101101 | 1000111 |
Color Harmonies of #CC92D6
Complementary color
Monochromatic Colors of #CC92D6
Black with #CC92D6
Text Example
Text Example
White with #CC92D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92D6; }
p { color: rgb(204,146,214); }
H1.HeaderClassName
{
color: #CC92D6;
}
.AnyTagClassName
{
color: #CC92D6;
}
</style>
background-color css
<style>
a { background-color: #CC92D6; }
a { background-color: rgb(204,146,214); }
div.DivClassName
{
background-color: #CC92D6;
}
.BgClassName
{
background-color: #CC92D6;
}
</style>
border-color css
<style>
span { border-color: #CC92D6; }
span { border-color: rgb(204,146,214); }
td.TdClassName
{
border-color: #CC92D6;
}
.TagClassName
{
border-color: #CC92D6;
}
</style>