Shades of Wisteria #C090CD
Tints of Wisteria #C090CD
RGB
CMYK
RGB Variations
Color information
#C090CD (or 0xC090CD) is known color: Wisteria. HEX triplet: C0, 90 and CD. RGB value is (192,144,205). Sum of RGB (Red+Green+Blue) = 192+144+205=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #C090CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090CD is #3F6F32. Grayscale: #A5A5A5. Windows color (decimal): -4157235 or 13471936. OLE color: 13471936.
HSL color Cylindrical-coordinate representation of color #C090CD: hue angle of 287.21º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C090CD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 144 | 205 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.20 |
| HSL | 287.21º | 0.38% | 0.68% | - |
| HSV(B) | 287.21º | 0.3% | 0.8% | - |
| XYZ | 42.73 | 35.56 | 62.37 | - |
| YUV | 165.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 205 | 0.06 | 0.30 | 0 | 0.20 | 287.21 | 0.38 | 0.68 |
| Hex | C0 | 90 | CD | 6 | 1E | 0 | 14 | 11F | 26 | 44 |
| Octal | 300 | 220 | 315 | 6 | 36 | 0 | 24 | 437 | 46 | 104 |
| Binary | 11000000 | 10010000 | 11001101 | 110 | 11110 | 0 | 10100 | 100011111 | 100110 | 1000100 |
Color Harmonies of #C090CD
Complementary color
Monochromatic Colors of #C090CD
Black with #C090CD
Text Example
Text Example
White with #C090CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090CD; }
p { color: rgb(192,144,205); }
H1.HeaderClassName
{
color: #C090CD;
}
.AnyTagClassName
{
color: #C090CD;
}
</style>
background-color css
<style>
a { background-color: #C090CD; }
a { background-color: rgb(192,144,205); }
div.DivClassName
{
background-color: #C090CD;
}
.BgClassName
{
background-color: #C090CD;
}
</style>
border-color css
<style>
span { border-color: #C090CD; }
span { border-color: rgb(192,144,205); }
td.TdClassName
{
border-color: #C090CD;
}
.TagClassName
{
border-color: #C090CD;
}
</style>