Shades of Wisteria #CC93E7
Tints of Wisteria #CC93E7
RGB
CMYK
RGB Variations
Color information
#CC93E7 (or 0xCC93E7) is known color: Wisteria. HEX triplet: CC, 93 and E7. RGB value is (204,147,231). Sum of RGB (Red+Green+Blue) = 204+147+231=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC93E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93E7 is #336C18. Grayscale: #ADADAD. Windows color (decimal): -3370009 or 15176652. OLE color: 15176652.
HSL color Cylindrical-coordinate representation of color #CC93E7: hue angle of 280.71º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC93E7 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 147 | 231 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.09 |
| HSL | 280.71º | 0.64% | 0.74% | - |
| HSV(B) | 280.71º | 0.36% | 0.91% | - |
| XYZ | 49.76 | 39.47 | 80.6 | - |
| YUV | 173.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 231 | 0.12 | 0.36 | 0 | 0.09 | 280.71 | 0.64 | 0.74 |
| Hex | CC | 93 | E7 | C | 24 | 0 | 9 | 119 | 40 | 4A |
| Octal | 314 | 223 | 347 | 14 | 44 | 0 | 11 | 431 | 100 | 112 |
| Binary | 11001100 | 10010011 | 11100111 | 1100 | 100100 | 0 | 1001 | 100011001 | 1000000 | 1001010 |
Color Harmonies of #CC93E7
Complementary color
Monochromatic Colors of #CC93E7
Black with #CC93E7
Text Example
Text Example
White with #CC93E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93E7; }
p { color: rgb(204,147,231); }
H1.HeaderClassName
{
color: #CC93E7;
}
.AnyTagClassName
{
color: #CC93E7;
}
</style>
background-color css
<style>
a { background-color: #CC93E7; }
a { background-color: rgb(204,147,231); }
div.DivClassName
{
background-color: #CC93E7;
}
.BgClassName
{
background-color: #CC93E7;
}
</style>
border-color css
<style>
span { border-color: #CC93E7; }
span { border-color: rgb(204,147,231); }
td.TdClassName
{
border-color: #CC93E7;
}
.TagClassName
{
border-color: #CC93E7;
}
</style>