Shades of Wisteria #CC92DF
Tints of Wisteria #CC92DF
RGB
CMYK
RGB Variations
Color information
#CC92DF (or 0xCC92DF) is known color: Wisteria. HEX triplet: CC, 92 and DF. RGB value is (204,146,223). Sum of RGB (Red+Green+Blue) = 204+146+223=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92DF is #336D20. Grayscale: #ABABAB. Windows color (decimal): -3370273 or 14652108. OLE color: 14652108.
HSL color Cylindrical-coordinate representation of color #CC92DF: hue angle of 285.19º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC92DF is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 146 | 223 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.13 |
| HSL | 285.19º | 0.55% | 0.72% | - |
| HSV(B) | 285.19º | 0.35% | 0.87% | - |
| XYZ | 48.5 | 38.72 | 74.73 | - |
| YUV | 172.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 223 | 0.09 | 0.35 | 0 | 0.13 | 285.19 | 0.55 | 0.72 |
| Hex | CC | 92 | DF | 9 | 23 | 0 | D | 11D | 37 | 48 |
| Octal | 314 | 222 | 337 | 11 | 43 | 0 | 15 | 435 | 67 | 110 |
| Binary | 11001100 | 10010010 | 11011111 | 1001 | 100011 | 0 | 1101 | 100011101 | 110111 | 1001000 |
Color Harmonies of #CC92DF
Complementary color
Monochromatic Colors of #CC92DF
Black with #CC92DF
Text Example
Text Example
White with #CC92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92DF; }
p { color: rgb(204,146,223); }
H1.HeaderClassName
{
color: #CC92DF;
}
.AnyTagClassName
{
color: #CC92DF;
}
</style>
background-color css
<style>
a { background-color: #CC92DF; }
a { background-color: rgb(204,146,223); }
div.DivClassName
{
background-color: #CC92DF;
}
.BgClassName
{
background-color: #CC92DF;
}
</style>
border-color css
<style>
span { border-color: #CC92DF; }
span { border-color: rgb(204,146,223); }
td.TdClassName
{
border-color: #CC92DF;
}
.TagClassName
{
border-color: #CC92DF;
}
</style>