Shades of Wisteria #CC90DA
Tints of Wisteria #CC90DA
RGB
CMYK
RGB Variations
Color information
#CC90DA (or 0xCC90DA) is known color: Wisteria. HEX triplet: CC, 90 and DA. RGB value is (204,144,218). Sum of RGB (Red+Green+Blue) = 204+144+218=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC90DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90DA is #336F25. Grayscale: #AAAAAA. Windows color (decimal): -3370790 or 14323916. OLE color: 14323916.
HSL color Cylindrical-coordinate representation of color #CC90DA: hue angle of 288.65º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC90DA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 144 | 218 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.15 |
| HSL | 288.65º | 0.5% | 0.71% | - |
| HSV(B) | 288.65º | 0.34% | 0.85% | - |
| XYZ | 47.53 | 37.85 | 71.13 | - |
| YUV | 170.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 218 | 0.06 | 0.34 | 0 | 0.15 | 288.65 | 0.5 | 0.71 |
| Hex | CC | 90 | DA | 6 | 22 | 0 | F | 121 | 32 | 47 |
| Octal | 314 | 220 | 332 | 6 | 42 | 0 | 17 | 441 | 62 | 107 |
| Binary | 11001100 | 10010000 | 11011010 | 110 | 100010 | 0 | 1111 | 100100001 | 110010 | 1000111 |
Color Harmonies of #CC90DA
Complementary color
Monochromatic Colors of #CC90DA
Black with #CC90DA
Text Example
Text Example
White with #CC90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90DA; }
p { color: rgb(204,144,218); }
H1.HeaderClassName
{
color: #CC90DA;
}
.AnyTagClassName
{
color: #CC90DA;
}
</style>
background-color css
<style>
a { background-color: #CC90DA; }
a { background-color: rgb(204,144,218); }
div.DivClassName
{
background-color: #CC90DA;
}
.BgClassName
{
background-color: #CC90DA;
}
</style>
border-color css
<style>
span { border-color: #CC90DA; }
span { border-color: rgb(204,144,218); }
td.TdClassName
{
border-color: #CC90DA;
}
.TagClassName
{
border-color: #CC90DA;
}
</style>