Shades of Wisteria #CC90EC
Tints of Wisteria #CC90EC
RGB
CMYK
RGB Variations
Color information
#CC90EC (or 0xCC90EC) is known color: Wisteria. HEX triplet: CC, 90 and EC. RGB value is (204,144,236). Sum of RGB (Red+Green+Blue) = 204+144+236=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90EC is #336F13. Grayscale: #ACACAC. Windows color (decimal): -3370772 or 15503564. OLE color: 15503564.
HSL color Cylindrical-coordinate representation of color #CC90EC: hue angle of 279.13º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC90EC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 144 | 236 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.07 |
| HSL | 279.13º | 0.71% | 0.75% | - |
| HSV(B) | 279.13º | 0.39% | 0.93% | - |
| XYZ | 50.02 | 38.84 | 84.22 | - |
| YUV | 172.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 236 | 0.14 | 0.39 | 0 | 0.07 | 279.13 | 0.71 | 0.75 |
| Hex | CC | 90 | EC | E | 27 | 0 | 7 | 117 | 47 | 4B |
| Octal | 314 | 220 | 354 | 16 | 47 | 0 | 7 | 427 | 107 | 113 |
| Binary | 11001100 | 10010000 | 11101100 | 1110 | 100111 | 0 | 111 | 100010111 | 1000111 | 1001011 |
Color Harmonies of #CC90EC
Complementary color
Monochromatic Colors of #CC90EC
Black with #CC90EC
Text Example
Text Example
White with #CC90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90EC; }
p { color: rgb(204,144,236); }
H1.HeaderClassName
{
color: #CC90EC;
}
.AnyTagClassName
{
color: #CC90EC;
}
</style>
background-color css
<style>
a { background-color: #CC90EC; }
a { background-color: rgb(204,144,236); }
div.DivClassName
{
background-color: #CC90EC;
}
.BgClassName
{
background-color: #CC90EC;
}
</style>
border-color css
<style>
span { border-color: #CC90EC; }
span { border-color: rgb(204,144,236); }
td.TdClassName
{
border-color: #CC90EC;
}
.TagClassName
{
border-color: #CC90EC;
}
</style>