Shades of Wisteria #C093CC
Tints of Wisteria #C093CC
RGB
CMYK
RGB Variations
Color information
#C093CC (or 0xC093CC) is known color: Wisteria. HEX triplet: C0, 93 and CC. RGB value is (192,147,204). Sum of RGB (Red+Green+Blue) = 192+147+204=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C093CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093CC is #3F6C33. Grayscale: #A6A6A6. Windows color (decimal): -4156468 or 13407168. OLE color: 13407168.
HSL color Cylindrical-coordinate representation of color #C093CC: hue angle of 287.37º degrees, saturation: 0.36, 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 #C093CC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 147 | 204 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.2 |
| HSL | 287.37º | 0.36% | 0.69% | - |
| HSV(B) | 287.37º | 0.28% | 0.8% | - |
| XYZ | 43.07 | 36.43 | 61.89 | - |
| YUV | 166.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 204 | 0.06 | 0.28 | 0 | 0.2 | 287.37 | 0.36 | 0.69 |
| Hex | C0 | 93 | CC | 6 | 1C | 0 | 14 | 11F | 24 | 45 |
| Octal | 300 | 223 | 314 | 6 | 34 | 0 | 24 | 437 | 44 | 105 |
| Binary | 11000000 | 10010011 | 11001100 | 110 | 11100 | 0 | 10100 | 100011111 | 100100 | 1000101 |
Color Harmonies of #C093CC
Complementary color
Monochromatic Colors of #C093CC
Black with #C093CC
Text Example
Text Example
White with #C093CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093CC; }
p { color: rgb(192,147,204); }
H1.HeaderClassName
{
color: #C093CC;
}
.AnyTagClassName
{
color: #C093CC;
}
</style>
background-color css
<style>
a { background-color: #C093CC; }
a { background-color: rgb(192,147,204); }
div.DivClassName
{
background-color: #C093CC;
}
.BgClassName
{
background-color: #C093CC;
}
</style>
border-color css
<style>
span { border-color: #C093CC; }
span { border-color: rgb(192,147,204); }
td.TdClassName
{
border-color: #C093CC;
}
.TagClassName
{
border-color: #C093CC;
}
</style>