Shades of Wisteria #CC93E5
Tints of Wisteria #CC93E5
RGB
CMYK
RGB Variations
Color information
#CC93E5 (or 0xCC93E5) is known color: Wisteria. HEX triplet: CC, 93 and E5. RGB value is (204,147,229). Sum of RGB (Red+Green+Blue) = 204+147+229=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC93E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC93E5 is #336C1A. Grayscale: #ADADAD. Windows color (decimal): -3370011 or 15045580. OLE color: 15045580.
HSL color Cylindrical-coordinate representation of color #CC93E5: hue angle of 281.71º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC93E5 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 147 | 229 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.10 |
| HSL | 281.71º | 0.61% | 0.74% | - |
| HSV(B) | 281.71º | 0.36% | 0.9% | - |
| XYZ | 49.48 | 39.36 | 79.12 | - |
| YUV | 173.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 229 | 0.11 | 0.36 | 0 | 0.10 | 281.71 | 0.61 | 0.74 |
| Hex | CC | 93 | E5 | B | 24 | 0 | A | 11A | 3D | 4A |
| Octal | 314 | 223 | 345 | 13 | 44 | 0 | 12 | 432 | 75 | 112 |
| Binary | 11001100 | 10010011 | 11100101 | 1011 | 100100 | 0 | 1010 | 100011010 | 111101 | 1001010 |
Color Harmonies of #CC93E5
Complementary color
Monochromatic Colors of #CC93E5
Black with #CC93E5
Text Example
Text Example
White with #CC93E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93E5; }
p { color: rgb(204,147,229); }
H1.HeaderClassName
{
color: #CC93E5;
}
.AnyTagClassName
{
color: #CC93E5;
}
</style>
background-color css
<style>
a { background-color: #CC93E5; }
a { background-color: rgb(204,147,229); }
div.DivClassName
{
background-color: #CC93E5;
}
.BgClassName
{
background-color: #CC93E5;
}
</style>
border-color css
<style>
span { border-color: #CC93E5; }
span { border-color: rgb(204,147,229); }
td.TdClassName
{
border-color: #CC93E5;
}
.TagClassName
{
border-color: #CC93E5;
}
</style>