Shades of Wisteria #CC90F7
Tints of Wisteria #CC90F7
RGB
CMYK
RGB Variations
Color information
#CC90F7 (or 0xCC90F7) is known color: Wisteria. HEX triplet: CC, 90 and F7. RGB value is (204,144,247). Sum of RGB (Red+Green+Blue) = 204+144+247=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 247 (96.88% from 255 or 41.51% from 595); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC90F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90F7 is #336F08. Grayscale: #ADADAD. Windows color (decimal): -3370761 or 16224460. OLE color: 16224460.
HSL color Cylindrical-coordinate representation of color #CC90F7: hue angle of 274.95º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC90F7 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 144 | 247 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.03 |
| HSL | 274.95º | 0.87% | 0.77% | - |
| HSV(B) | 274.95º | 0.42% | 0.97% | - |
| XYZ | 51.66 | 39.5 | 92.9 | - |
| YUV | 173.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 247 | 0.17 | 0.42 | 0 | 0.03 | 274.95 | 0.87 | 0.77 |
| Hex | CC | 90 | F7 | 11 | 2A | 0 | 3 | 113 | 57 | 4D |
| Octal | 314 | 220 | 367 | 21 | 52 | 0 | 3 | 423 | 127 | 115 |
| Binary | 11001100 | 10010000 | 11110111 | 10001 | 101010 | 0 | 11 | 100010011 | 1010111 | 1001101 |
Color Harmonies of #CC90F7
Complementary color
Monochromatic Colors of #CC90F7
Black with #CC90F7
Text Example
Text Example
White with #CC90F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90F7; }
p { color: rgb(204,144,247); }
H1.HeaderClassName
{
color: #CC90F7;
}
.AnyTagClassName
{
color: #CC90F7;
}
</style>
background-color css
<style>
a { background-color: #CC90F7; }
a { background-color: rgb(204,144,247); }
div.DivClassName
{
background-color: #CC90F7;
}
.BgClassName
{
background-color: #CC90F7;
}
</style>
border-color css
<style>
span { border-color: #CC90F7; }
span { border-color: rgb(204,144,247); }
td.TdClassName
{
border-color: #CC90F7;
}
.TagClassName
{
border-color: #CC90F7;
}
</style>