Shades of Wisteria #C08CEF
Tints of Wisteria #C08CEF
RGB
CMYK
RGB Variations
Color information
#C08CEF (or 0xC08CEF) is known color: Wisteria. HEX triplet: C0, 8C and EF. RGB value is (192,140,239). Sum of RGB (Red+Green+Blue) = 192+140+239=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #C08CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CEF is #3F7310. Grayscale: #A6A6A6. Windows color (decimal): -4158225 or 15699136. OLE color: 15699136.
HSL color Cylindrical-coordinate representation of color #C08CEF: hue angle of 271.52º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08CEF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 140 | 239 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.06 |
| HSL | 271.52º | 0.76% | 0.74% | - |
| HSV(B) | 271.52º | 0.41% | 0.94% | - |
| XYZ | 46.7 | 36.19 | 86.19 | - |
| YUV | 166.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 239 | 0.20 | 0.41 | 0 | 0.06 | 271.52 | 0.76 | 0.74 |
| Hex | C0 | 8C | EF | 14 | 29 | 0 | 6 | 110 | 4C | 4A |
| Octal | 300 | 214 | 357 | 24 | 51 | 0 | 6 | 420 | 114 | 112 |
| Binary | 11000000 | 10001100 | 11101111 | 10100 | 101001 | 0 | 110 | 100010000 | 1001100 | 1001010 |
Color Harmonies of #C08CEF
Complementary color
Monochromatic Colors of #C08CEF
Black with #C08CEF
Text Example
Text Example
White with #C08CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CEF; }
p { color: rgb(192,140,239); }
H1.HeaderClassName
{
color: #C08CEF;
}
.AnyTagClassName
{
color: #C08CEF;
}
</style>
background-color css
<style>
a { background-color: #C08CEF; }
a { background-color: rgb(192,140,239); }
div.DivClassName
{
background-color: #C08CEF;
}
.BgClassName
{
background-color: #C08CEF;
}
</style>
border-color css
<style>
span { border-color: #C08CEF; }
span { border-color: rgb(192,140,239); }
td.TdClassName
{
border-color: #C08CEF;
}
.TagClassName
{
border-color: #C08CEF;
}
</style>