Shades of Wisteria #CC90E9
Tints of Wisteria #CC90E9
RGB
CMYK
RGB Variations
Color information
#CC90E9 (or 0xCC90E9) is known color: Wisteria. HEX triplet: CC, 90 and E9. RGB value is (204,144,233). Sum of RGB (Red+Green+Blue) = 204+144+233=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90E9 is #336F16. Grayscale: #ABABAB. Windows color (decimal): -3370775 or 15306956. OLE color: 15306956.
HSL color Cylindrical-coordinate representation of color #CC90E9: hue angle of 280.45º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC90E9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 144 | 233 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.09 |
| HSL | 280.45º | 0.67% | 0.74% | - |
| HSV(B) | 280.45º | 0.38% | 0.91% | - |
| XYZ | 49.58 | 38.67 | 81.94 | - |
| YUV | 172.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 233 | 0.12 | 0.38 | 0 | 0.09 | 280.45 | 0.67 | 0.74 |
| Hex | CC | 90 | E9 | C | 26 | 0 | 9 | 118 | 43 | 4A |
| Octal | 314 | 220 | 351 | 14 | 46 | 0 | 11 | 430 | 103 | 112 |
| Binary | 11001100 | 10010000 | 11101001 | 1100 | 100110 | 0 | 1001 | 100011000 | 1000011 | 1001010 |
Color Harmonies of #CC90E9
Complementary color
Monochromatic Colors of #CC90E9
Black with #CC90E9
Text Example
Text Example
White with #CC90E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90E9; }
p { color: rgb(204,144,233); }
H1.HeaderClassName
{
color: #CC90E9;
}
.AnyTagClassName
{
color: #CC90E9;
}
</style>
background-color css
<style>
a { background-color: #CC90E9; }
a { background-color: rgb(204,144,233); }
div.DivClassName
{
background-color: #CC90E9;
}
.BgClassName
{
background-color: #CC90E9;
}
</style>
border-color css
<style>
span { border-color: #CC90E9; }
span { border-color: rgb(204,144,233); }
td.TdClassName
{
border-color: #CC90E9;
}
.TagClassName
{
border-color: #CC90E9;
}
</style>