Shades of Wisteria #CC90ED
Tints of Wisteria #CC90ED
RGB
CMYK
RGB Variations
Color information
#CC90ED (or 0xCC90ED) is known color: Wisteria. HEX triplet: CC, 90 and ED. RGB value is (204,144,237). Sum of RGB (Red+Green+Blue) = 204+144+237=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90ED is #336F12. Grayscale: #ACACAC. Windows color (decimal): -3370771 or 15569100. OLE color: 15569100.
HSL color Cylindrical-coordinate representation of color #CC90ED: hue angle of 278.71º degrees, saturation: 0.72, 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 #CC90ED is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 144 | 237 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.07 |
| HSL | 278.71º | 0.72% | 0.75% | - |
| HSV(B) | 278.71º | 0.39% | 0.93% | - |
| XYZ | 50.16 | 38.9 | 84.99 | - |
| YUV | 172.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 237 | 0.14 | 0.39 | 0 | 0.07 | 278.71 | 0.72 | 0.75 |
| Hex | CC | 90 | ED | E | 27 | 0 | 7 | 117 | 48 | 4B |
| Octal | 314 | 220 | 355 | 16 | 47 | 0 | 7 | 427 | 110 | 113 |
| Binary | 11001100 | 10010000 | 11101101 | 1110 | 100111 | 0 | 111 | 100010111 | 1001000 | 1001011 |
Color Harmonies of #CC90ED
Complementary color
Monochromatic Colors of #CC90ED
Black with #CC90ED
Text Example
Text Example
White with #CC90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90ED; }
p { color: rgb(204,144,237); }
H1.HeaderClassName
{
color: #CC90ED;
}
.AnyTagClassName
{
color: #CC90ED;
}
</style>
background-color css
<style>
a { background-color: #CC90ED; }
a { background-color: rgb(204,144,237); }
div.DivClassName
{
background-color: #CC90ED;
}
.BgClassName
{
background-color: #CC90ED;
}
</style>
border-color css
<style>
span { border-color: #CC90ED; }
span { border-color: rgb(204,144,237); }
td.TdClassName
{
border-color: #CC90ED;
}
.TagClassName
{
border-color: #CC90ED;
}
</style>