Shades of Wisteria #C093D4
Tints of Wisteria #C093D4
RGB
CMYK
RGB Variations
Color information
#C093D4 (or 0xC093D4) is known color: Wisteria. HEX triplet: C0, 93 and D4. RGB value is (192,147,212). Sum of RGB (Red+Green+Blue) = 192+147+212=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #C093D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093D4 is #3F6C2B. Grayscale: #A7A7A7. Windows color (decimal): -4156460 or 13931456. OLE color: 13931456.
HSL color Cylindrical-coordinate representation of color #C093D4: hue angle of 281.54º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C093D4 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 147 | 212 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.17 |
| HSL | 281.54º | 0.43% | 0.7% | - |
| HSV(B) | 281.54º | 0.31% | 0.83% | - |
| XYZ | 44.06 | 36.83 | 67.07 | - |
| YUV | 167.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 212 | 0.09 | 0.31 | 0 | 0.17 | 281.54 | 0.43 | 0.7 |
| Hex | C0 | 93 | D4 | 9 | 1F | 0 | 11 | 11A | 2B | 46 |
| Octal | 300 | 223 | 324 | 11 | 37 | 0 | 21 | 432 | 53 | 106 |
| Binary | 11000000 | 10010011 | 11010100 | 1001 | 11111 | 0 | 10001 | 100011010 | 101011 | 1000110 |
Color Harmonies of #C093D4
Complementary color
Monochromatic Colors of #C093D4
Black with #C093D4
Text Example
Text Example
White with #C093D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093D4; }
p { color: rgb(192,147,212); }
H1.HeaderClassName
{
color: #C093D4;
}
.AnyTagClassName
{
color: #C093D4;
}
</style>
background-color css
<style>
a { background-color: #C093D4; }
a { background-color: rgb(192,147,212); }
div.DivClassName
{
background-color: #C093D4;
}
.BgClassName
{
background-color: #C093D4;
}
</style>
border-color css
<style>
span { border-color: #C093D4; }
span { border-color: rgb(192,147,212); }
td.TdClassName
{
border-color: #C093D4;
}
.TagClassName
{
border-color: #C093D4;
}
</style>