Shades of Wisteria #CC90D8
Tints of Wisteria #CC90D8
RGB
CMYK
RGB Variations
Color information
#CC90D8 (or 0xCC90D8) is known color: Wisteria. HEX triplet: CC, 90 and D8. RGB value is (204,144,216). Sum of RGB (Red+Green+Blue) = 204+144+216=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC90D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90D8 is #336F27. Grayscale: #A9A9A9. Windows color (decimal): -3370792 or 14192844. OLE color: 14192844.
HSL color Cylindrical-coordinate representation of color #CC90D8: hue angle of 290º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC90D8 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 144 | 216 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.15 |
| HSL | 290º | 0.48% | 0.71% | - |
| HSV(B) | 290º | 0.33% | 0.85% | - |
| XYZ | 47.27 | 37.74 | 69.76 | - |
| YUV | 170.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 216 | 0.06 | 0.33 | 0 | 0.15 | 290 | 0.48 | 0.71 |
| Hex | CC | 90 | D8 | 6 | 21 | 0 | F | 122 | 30 | 47 |
| Octal | 314 | 220 | 330 | 6 | 41 | 0 | 17 | 442 | 60 | 107 |
| Binary | 11001100 | 10010000 | 11011000 | 110 | 100001 | 0 | 1111 | 100100010 | 110000 | 1000111 |
Color Harmonies of #CC90D8
Complementary color
Monochromatic Colors of #CC90D8
Black with #CC90D8
Text Example
Text Example
White with #CC90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90D8; }
p { color: rgb(204,144,216); }
H1.HeaderClassName
{
color: #CC90D8;
}
.AnyTagClassName
{
color: #CC90D8;
}
</style>
background-color css
<style>
a { background-color: #CC90D8; }
a { background-color: rgb(204,144,216); }
div.DivClassName
{
background-color: #CC90D8;
}
.BgClassName
{
background-color: #CC90D8;
}
</style>
border-color css
<style>
span { border-color: #CC90D8; }
span { border-color: rgb(204,144,216); }
td.TdClassName
{
border-color: #CC90D8;
}
.TagClassName
{
border-color: #CC90D8;
}
</style>