Shades of Wisteria #CC90F3
Tints of Wisteria #CC90F3
RGB
CMYK
RGB Variations
Color information
#CC90F3 (or 0xCC90F3) is known color: Wisteria. HEX triplet: CC, 90 and F3. RGB value is (204,144,243). Sum of RGB (Red+Green+Blue) = 204+144+243=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC90F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90F3 is #336F0C. Grayscale: #ACACAC. Windows color (decimal): -3370765 or 15962316. OLE color: 15962316.
HSL color Cylindrical-coordinate representation of color #CC90F3: hue angle of 276.36º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC90F3 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 144 | 243 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.05 |
| HSL | 276.36º | 0.8% | 0.76% | - |
| HSV(B) | 276.36º | 0.41% | 0.95% | - |
| XYZ | 51.05 | 39.25 | 89.68 | - |
| YUV | 173.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 243 | 0.16 | 0.41 | 0 | 0.05 | 276.36 | 0.8 | 0.76 |
| Hex | CC | 90 | F3 | 10 | 29 | 0 | 5 | 114 | 50 | 4C |
| Octal | 314 | 220 | 363 | 20 | 51 | 0 | 5 | 424 | 120 | 114 |
| Binary | 11001100 | 10010000 | 11110011 | 10000 | 101001 | 0 | 101 | 100010100 | 1010000 | 1001100 |
Color Harmonies of #CC90F3
Complementary color
Monochromatic Colors of #CC90F3
Black with #CC90F3
Text Example
Text Example
White with #CC90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90F3; }
p { color: rgb(204,144,243); }
H1.HeaderClassName
{
color: #CC90F3;
}
.AnyTagClassName
{
color: #CC90F3;
}
</style>
background-color css
<style>
a { background-color: #CC90F3; }
a { background-color: rgb(204,144,243); }
div.DivClassName
{
background-color: #CC90F3;
}
.BgClassName
{
background-color: #CC90F3;
}
</style>
border-color css
<style>
span { border-color: #CC90F3; }
span { border-color: rgb(204,144,243); }
td.TdClassName
{
border-color: #CC90F3;
}
.TagClassName
{
border-color: #CC90F3;
}
</style>