Shades of Wisteria #CC90EF
Tints of Wisteria #CC90EF
RGB
CMYK
RGB Variations
Color information
#CC90EF (or 0xCC90EF) is known color: Wisteria. HEX triplet: CC, 90 and EF. RGB value is (204,144,239). Sum of RGB (Red+Green+Blue) = 204+144+239=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90EF is #336F10. Grayscale: #ACACAC. Windows color (decimal): -3370769 or 15700172. OLE color: 15700172.
HSL color Cylindrical-coordinate representation of color #CC90EF: hue angle of 277.89º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC90EF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 144 | 239 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.06 |
| HSL | 277.89º | 0.75% | 0.75% | - |
| HSV(B) | 277.89º | 0.4% | 0.94% | - |
| XYZ | 50.46 | 39.02 | 86.53 | - |
| YUV | 172.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 239 | 0.15 | 0.40 | 0 | 0.06 | 277.89 | 0.75 | 0.75 |
| Hex | CC | 90 | EF | F | 28 | 0 | 6 | 116 | 4B | 4B |
| Octal | 314 | 220 | 357 | 17 | 50 | 0 | 6 | 426 | 113 | 113 |
| Binary | 11001100 | 10010000 | 11101111 | 1111 | 101000 | 0 | 110 | 100010110 | 1001011 | 1001011 |
Color Harmonies of #CC90EF
Complementary color
Monochromatic Colors of #CC90EF
Black with #CC90EF
Text Example
Text Example
White with #CC90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90EF; }
p { color: rgb(204,144,239); }
H1.HeaderClassName
{
color: #CC90EF;
}
.AnyTagClassName
{
color: #CC90EF;
}
</style>
background-color css
<style>
a { background-color: #CC90EF; }
a { background-color: rgb(204,144,239); }
div.DivClassName
{
background-color: #CC90EF;
}
.BgClassName
{
background-color: #CC90EF;
}
</style>
border-color css
<style>
span { border-color: #CC90EF; }
span { border-color: rgb(204,144,239); }
td.TdClassName
{
border-color: #CC90EF;
}
.TagClassName
{
border-color: #CC90EF;
}
</style>