Shades of Wisteria #C090CF
Tints of Wisteria #C090CF
RGB
CMYK
RGB Variations
Color information
#C090CF (or 0xC090CF) is known color: Wisteria. HEX triplet: C0, 90 and CF. RGB value is (192,144,207). Sum of RGB (Red+Green+Blue) = 192+144+207=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C090CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090CF is #3F6F30. Grayscale: #A5A5A5. Windows color (decimal): -4157233 or 13603008. OLE color: 13603008.
HSL color Cylindrical-coordinate representation of color #C090CF: hue angle of 285.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C090CF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 144 | 207 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.19 |
| HSL | 285.71º | 0.4% | 0.69% | - |
| HSV(B) | 285.71º | 0.3% | 0.81% | - |
| XYZ | 42.97 | 35.66 | 63.65 | - |
| YUV | 165.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 207 | 0.07 | 0.30 | 0 | 0.19 | 285.71 | 0.4 | 0.69 |
| Hex | C0 | 90 | CF | 7 | 1E | 0 | 13 | 11E | 28 | 45 |
| Octal | 300 | 220 | 317 | 7 | 36 | 0 | 23 | 436 | 50 | 105 |
| Binary | 11000000 | 10010000 | 11001111 | 111 | 11110 | 0 | 10011 | 100011110 | 101000 | 1000101 |
Color Harmonies of #C090CF
Complementary color
Monochromatic Colors of #C090CF
Black with #C090CF
Text Example
Text Example
White with #C090CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090CF; }
p { color: rgb(192,144,207); }
H1.HeaderClassName
{
color: #C090CF;
}
.AnyTagClassName
{
color: #C090CF;
}
</style>
background-color css
<style>
a { background-color: #C090CF; }
a { background-color: rgb(192,144,207); }
div.DivClassName
{
background-color: #C090CF;
}
.BgClassName
{
background-color: #C090CF;
}
</style>
border-color css
<style>
span { border-color: #C090CF; }
span { border-color: rgb(192,144,207); }
td.TdClassName
{
border-color: #C090CF;
}
.TagClassName
{
border-color: #C090CF;
}
</style>