Shades of Wisteria #C093CD
Tints of Wisteria #C093CD
RGB
CMYK
RGB Variations
Color information
#C093CD (or 0xC093CD) is known color: Wisteria. HEX triplet: C0, 93 and CD. RGB value is (192,147,205). Sum of RGB (Red+Green+Blue) = 192+147+205=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #C093CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093CD is #3F6C32. Grayscale: #A6A6A6. Windows color (decimal): -4156467 or 13472704. OLE color: 13472704.
HSL color Cylindrical-coordinate representation of color #C093CD: hue angle of 286.55º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C093CD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 147 | 205 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.20 |
| HSL | 286.55º | 0.37% | 0.69% | - |
| HSV(B) | 286.55º | 0.28% | 0.8% | - |
| XYZ | 43.19 | 36.48 | 62.52 | - |
| YUV | 167.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 205 | 0.06 | 0.28 | 0 | 0.20 | 286.55 | 0.37 | 0.69 |
| Hex | C0 | 93 | CD | 6 | 1C | 0 | 14 | 11F | 25 | 45 |
| Octal | 300 | 223 | 315 | 6 | 34 | 0 | 24 | 437 | 45 | 105 |
| Binary | 11000000 | 10010011 | 11001101 | 110 | 11100 | 0 | 10100 | 100011111 | 100101 | 1000101 |
Color Harmonies of #C093CD
Complementary color
Monochromatic Colors of #C093CD
Black with #C093CD
Text Example
Text Example
White with #C093CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093CD; }
p { color: rgb(192,147,205); }
H1.HeaderClassName
{
color: #C093CD;
}
.AnyTagClassName
{
color: #C093CD;
}
</style>
background-color css
<style>
a { background-color: #C093CD; }
a { background-color: rgb(192,147,205); }
div.DivClassName
{
background-color: #C093CD;
}
.BgClassName
{
background-color: #C093CD;
}
</style>
border-color css
<style>
span { border-color: #C093CD; }
span { border-color: rgb(192,147,205); }
td.TdClassName
{
border-color: #C093CD;
}
.TagClassName
{
border-color: #C093CD;
}
</style>