Shades of Wisteria #CC94DF
Tints of Wisteria #CC94DF
RGB
CMYK
RGB Variations
Color information
#CC94DF (or 0xCC94DF) is known color: Wisteria. HEX triplet: CC, 94 and DF. RGB value is (204,148,223). Sum of RGB (Red+Green+Blue) = 204+148+223=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94DF is #336B20. Grayscale: #ADADAD. Windows color (decimal): -3369761 or 14652620. OLE color: 14652620.
HSL color Cylindrical-coordinate representation of color #CC94DF: hue angle of 284.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC94DF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 148 | 223 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.13 |
| HSL | 284.8º | 0.54% | 0.73% | - |
| HSV(B) | 284.8º | 0.34% | 0.87% | - |
| XYZ | 48.81 | 39.34 | 74.83 | - |
| YUV | 173.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 223 | 0.09 | 0.34 | 0 | 0.13 | 284.8 | 0.54 | 0.73 |
| Hex | CC | 94 | DF | 9 | 22 | 0 | D | 11D | 36 | 49 |
| Octal | 314 | 224 | 337 | 11 | 42 | 0 | 15 | 435 | 66 | 111 |
| Binary | 11001100 | 10010100 | 11011111 | 1001 | 100010 | 0 | 1101 | 100011101 | 110110 | 1001001 |
Color Harmonies of #CC94DF
Complementary color
Monochromatic Colors of #CC94DF
Black with #CC94DF
Text Example
Text Example
White with #CC94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC94DF; }
p { color: rgb(204,148,223); }
H1.HeaderClassName
{
color: #CC94DF;
}
.AnyTagClassName
{
color: #CC94DF;
}
</style>
background-color css
<style>
a { background-color: #CC94DF; }
a { background-color: rgb(204,148,223); }
div.DivClassName
{
background-color: #CC94DF;
}
.BgClassName
{
background-color: #CC94DF;
}
</style>
border-color css
<style>
span { border-color: #CC94DF; }
span { border-color: rgb(204,148,223); }
td.TdClassName
{
border-color: #CC94DF;
}
.TagClassName
{
border-color: #CC94DF;
}
</style>