Shades of Wisteria #CC95E0
Tints of Wisteria #CC95E0
RGB
CMYK
RGB Variations
Color information
#CC95E0 (or 0xCC95E0) is known color: Wisteria. HEX triplet: CC, 95 and E0. RGB value is (204,149,224). Sum of RGB (Red+Green+Blue) = 204+149+224=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95E0 is #336A1F. Grayscale: #ADADAD. Windows color (decimal): -3369504 or 14718412. OLE color: 14718412.
HSL color Cylindrical-coordinate representation of color #CC95E0: hue angle of 284º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC95E0 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 149 | 224 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.12 |
| HSL | 284º | 0.55% | 0.73% | - |
| HSV(B) | 284º | 0.33% | 0.88% | - |
| XYZ | 49.1 | 39.71 | 75.6 | - |
| YUV | 174 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 224 | 0.09 | 0.33 | 0 | 0.12 | 284 | 0.55 | 0.73 |
| Hex | CC | 95 | E0 | 9 | 21 | 0 | C | 11C | 37 | 49 |
| Octal | 314 | 225 | 340 | 11 | 41 | 0 | 14 | 434 | 67 | 111 |
| Binary | 11001100 | 10010101 | 11100000 | 1001 | 100001 | 0 | 1100 | 100011100 | 110111 | 1001001 |
Color Harmonies of #CC95E0
Complementary color
Monochromatic Colors of #CC95E0
Black with #CC95E0
Text Example
Text Example
White with #CC95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC95E0; }
p { color: rgb(204,149,224); }
H1.HeaderClassName
{
color: #CC95E0;
}
.AnyTagClassName
{
color: #CC95E0;
}
</style>
background-color css
<style>
a { background-color: #CC95E0; }
a { background-color: rgb(204,149,224); }
div.DivClassName
{
background-color: #CC95E0;
}
.BgClassName
{
background-color: #CC95E0;
}
</style>
border-color css
<style>
span { border-color: #CC95E0; }
span { border-color: rgb(204,149,224); }
td.TdClassName
{
border-color: #CC95E0;
}
.TagClassName
{
border-color: #CC95E0;
}
</style>