Shades of Wisteria #CC90DC
Tints of Wisteria #CC90DC
RGB
CMYK
RGB Variations
Color information
#CC90DC (or 0xCC90DC) is known color: Wisteria. HEX triplet: CC, 90 and DC. RGB value is (204,144,220). Sum of RGB (Red+Green+Blue) = 204+144+220=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90DC is #336F23. Grayscale: #AAAAAA. Windows color (decimal): -3370788 or 14454988. OLE color: 14454988.
HSL color Cylindrical-coordinate representation of color #CC90DC: hue angle of 287.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC90DC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 144 | 220 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.14 |
| HSL | 287.37º | 0.52% | 0.71% | - |
| HSV(B) | 287.37º | 0.35% | 0.86% | - |
| XYZ | 47.79 | 37.95 | 72.52 | - |
| YUV | 170.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 220 | 0.07 | 0.35 | 0 | 0.14 | 287.37 | 0.52 | 0.71 |
| Hex | CC | 90 | DC | 7 | 23 | 0 | E | 11F | 34 | 47 |
| Octal | 314 | 220 | 334 | 7 | 43 | 0 | 16 | 437 | 64 | 107 |
| Binary | 11001100 | 10010000 | 11011100 | 111 | 100011 | 0 | 1110 | 100011111 | 110100 | 1000111 |
Color Harmonies of #CC90DC
Complementary color
Monochromatic Colors of #CC90DC
Black with #CC90DC
Text Example
Text Example
White with #CC90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90DC; }
p { color: rgb(204,144,220); }
H1.HeaderClassName
{
color: #CC90DC;
}
.AnyTagClassName
{
color: #CC90DC;
}
</style>
background-color css
<style>
a { background-color: #CC90DC; }
a { background-color: rgb(204,144,220); }
div.DivClassName
{
background-color: #CC90DC;
}
.BgClassName
{
background-color: #CC90DC;
}
</style>
border-color css
<style>
span { border-color: #CC90DC; }
span { border-color: rgb(204,144,220); }
td.TdClassName
{
border-color: #CC90DC;
}
.TagClassName
{
border-color: #CC90DC;
}
</style>