Shades of Wisteria #C08DEE
Tints of Wisteria #C08DEE
RGB
CMYK
RGB Variations
Color information
#C08DEE (or 0xC08DEE) is known color: Wisteria. HEX triplet: C0, 8D and EE. RGB value is (192,141,238). Sum of RGB (Red+Green+Blue) = 192+141+238=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #C08DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DEE is #3F7211. Grayscale: #A6A6A6. Windows color (decimal): -4157970 or 15633856. OLE color: 15633856.
HSL color Cylindrical-coordinate representation of color #C08DEE: hue angle of 271.55º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08DEE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 141 | 238 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.07 |
| HSL | 271.55º | 0.74% | 0.74% | - |
| HSV(B) | 271.55º | 0.41% | 0.93% | - |
| XYZ | 46.7 | 36.43 | 85.46 | - |
| YUV | 167.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 238 | 0.19 | 0.41 | 0 | 0.07 | 271.55 | 0.74 | 0.74 |
| Hex | C0 | 8D | EE | 13 | 29 | 0 | 7 | 110 | 4A | 4A |
| Octal | 300 | 215 | 356 | 23 | 51 | 0 | 7 | 420 | 112 | 112 |
| Binary | 11000000 | 10001101 | 11101110 | 10011 | 101001 | 0 | 111 | 100010000 | 1001010 | 1001010 |
Color Harmonies of #C08DEE
Complementary color
Monochromatic Colors of #C08DEE
Black with #C08DEE
Text Example
Text Example
White with #C08DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DEE; }
p { color: rgb(192,141,238); }
H1.HeaderClassName
{
color: #C08DEE;
}
.AnyTagClassName
{
color: #C08DEE;
}
</style>
background-color css
<style>
a { background-color: #C08DEE; }
a { background-color: rgb(192,141,238); }
div.DivClassName
{
background-color: #C08DEE;
}
.BgClassName
{
background-color: #C08DEE;
}
</style>
border-color css
<style>
span { border-color: #C08DEE; }
span { border-color: rgb(192,141,238); }
td.TdClassName
{
border-color: #C08DEE;
}
.TagClassName
{
border-color: #C08DEE;
}
</style>