Shades of Wisteria #C08DCE
Tints of Wisteria #C08DCE
RGB
CMYK
RGB Variations
Color information
#C08DCE (or 0xC08DCE) is known color: Wisteria. HEX triplet: C0, 8D and CE. RGB value is (192,141,206). Sum of RGB (Red+Green+Blue) = 192+141+206=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #C08DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DCE is #3F7231. Grayscale: #A3A3A3. Windows color (decimal): -4158002 or 13536704. OLE color: 13536704.
HSL color Cylindrical-coordinate representation of color #C08DCE: hue angle of 287.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08DCE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 141 | 206 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.19 |
| HSL | 287.08º | 0.4% | 0.68% | - |
| HSV(B) | 287.08º | 0.32% | 0.81% | - |
| XYZ | 42.4 | 34.71 | 62.86 | - |
| YUV | 163.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 206 | 0.07 | 0.32 | 0 | 0.19 | 287.08 | 0.4 | 0.68 |
| Hex | C0 | 8D | CE | 7 | 20 | 0 | 13 | 11F | 28 | 44 |
| Octal | 300 | 215 | 316 | 7 | 40 | 0 | 23 | 437 | 50 | 104 |
| Binary | 11000000 | 10001101 | 11001110 | 111 | 100000 | 0 | 10011 | 100011111 | 101000 | 1000100 |
Color Harmonies of #C08DCE
Complementary color
Monochromatic Colors of #C08DCE
Black with #C08DCE
Text Example
Text Example
White with #C08DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DCE; }
p { color: rgb(192,141,206); }
H1.HeaderClassName
{
color: #C08DCE;
}
.AnyTagClassName
{
color: #C08DCE;
}
</style>
background-color css
<style>
a { background-color: #C08DCE; }
a { background-color: rgb(192,141,206); }
div.DivClassName
{
background-color: #C08DCE;
}
.BgClassName
{
background-color: #C08DCE;
}
</style>
border-color css
<style>
span { border-color: #C08DCE; }
span { border-color: rgb(192,141,206); }
td.TdClassName
{
border-color: #C08DCE;
}
.TagClassName
{
border-color: #C08DCE;
}
</style>