Shades of Wisteria #CC90E6
Tints of Wisteria #CC90E6
RGB
CMYK
RGB Variations
Color information
#CC90E6 (or 0xCC90E6) is known color: Wisteria. HEX triplet: CC, 90 and E6. RGB value is (204,144,230). Sum of RGB (Red+Green+Blue) = 204+144+230=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90E6 is #336F19. Grayscale: #ABABAB. Windows color (decimal): -3370778 or 15110348. OLE color: 15110348.
HSL color Cylindrical-coordinate representation of color #CC90E6: hue angle of 281.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC90E6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 144 | 230 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.10 |
| HSL | 281.86º | 0.63% | 0.73% | - |
| HSV(B) | 281.86º | 0.37% | 0.9% | - |
| XYZ | 49.16 | 38.5 | 79.7 | - |
| YUV | 171.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 230 | 0.11 | 0.37 | 0 | 0.10 | 281.86 | 0.63 | 0.73 |
| Hex | CC | 90 | E6 | B | 25 | 0 | A | 11A | 3F | 49 |
| Octal | 314 | 220 | 346 | 13 | 45 | 0 | 12 | 432 | 77 | 111 |
| Binary | 11001100 | 10010000 | 11100110 | 1011 | 100101 | 0 | 1010 | 100011010 | 111111 | 1001001 |
Color Harmonies of #CC90E6
Complementary color
Monochromatic Colors of #CC90E6
Black with #CC90E6
Text Example
Text Example
White with #CC90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90E6; }
p { color: rgb(204,144,230); }
H1.HeaderClassName
{
color: #CC90E6;
}
.AnyTagClassName
{
color: #CC90E6;
}
</style>
background-color css
<style>
a { background-color: #CC90E6; }
a { background-color: rgb(204,144,230); }
div.DivClassName
{
background-color: #CC90E6;
}
.BgClassName
{
background-color: #CC90E6;
}
</style>
border-color css
<style>
span { border-color: #CC90E6; }
span { border-color: rgb(204,144,230); }
td.TdClassName
{
border-color: #CC90E6;
}
.TagClassName
{
border-color: #CC90E6;
}
</style>