Shades of Wisteria #C090CC
Tints of Wisteria #C090CC
RGB
CMYK
RGB Variations
Color information
#C090CC (or 0xC090CC) is known color: Wisteria. HEX triplet: C0, 90 and CC. RGB value is (192,144,204). Sum of RGB (Red+Green+Blue) = 192+144+204=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C090CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090CC is #3F6F33. Grayscale: #A5A5A5. Windows color (decimal): -4157236 or 13406400. OLE color: 13406400.
HSL color Cylindrical-coordinate representation of color #C090CC: hue angle of 288º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C090CC is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 144 | 204 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.2 |
| HSL | 288º | 0.37% | 0.68% | - |
| HSV(B) | 288º | 0.29% | 0.8% | - |
| XYZ | 42.61 | 35.51 | 61.74 | - |
| YUV | 165.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 204 | 0.06 | 0.29 | 0 | 0.2 | 288 | 0.37 | 0.68 |
| Hex | C0 | 90 | CC | 6 | 1D | 0 | 14 | 120 | 25 | 44 |
| Octal | 300 | 220 | 314 | 6 | 35 | 0 | 24 | 440 | 45 | 104 |
| Binary | 11000000 | 10010000 | 11001100 | 110 | 11101 | 0 | 10100 | 100100000 | 100101 | 1000100 |
Color Harmonies of #C090CC
Complementary color
Monochromatic Colors of #C090CC
Black with #C090CC
Text Example
Text Example
White with #C090CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090CC; }
p { color: rgb(192,144,204); }
H1.HeaderClassName
{
color: #C090CC;
}
.AnyTagClassName
{
color: #C090CC;
}
</style>
background-color css
<style>
a { background-color: #C090CC; }
a { background-color: rgb(192,144,204); }
div.DivClassName
{
background-color: #C090CC;
}
.BgClassName
{
background-color: #C090CC;
}
</style>
border-color css
<style>
span { border-color: #C090CC; }
span { border-color: rgb(192,144,204); }
td.TdClassName
{
border-color: #C090CC;
}
.TagClassName
{
border-color: #C090CC;
}
</style>