Shades of Wisteria #C08AEF
Tints of Wisteria #C08AEF
RGB
CMYK
RGB Variations
Color information
#C08AEF (or 0xC08AEF) is known color: Wisteria. HEX triplet: C0, 8A and EF. RGB value is (192,138,239). Sum of RGB (Red+Green+Blue) = 192+138+239=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C08AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AEF is #3F7510. Grayscale: #A5A5A5. Windows color (decimal): -4158737 or 15698624. OLE color: 15698624.
HSL color Cylindrical-coordinate representation of color #C08AEF: hue angle of 272.08º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08AEF is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 138 | 239 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.06 |
| HSL | 272.08º | 0.76% | 0.74% | - |
| HSV(B) | 272.08º | 0.42% | 0.94% | - |
| XYZ | 46.41 | 35.62 | 86.09 | - |
| YUV | 165.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 239 | 0.20 | 0.42 | 0 | 0.06 | 272.08 | 0.76 | 0.74 |
| Hex | C0 | 8A | EF | 14 | 2A | 0 | 6 | 110 | 4C | 4A |
| Octal | 300 | 212 | 357 | 24 | 52 | 0 | 6 | 420 | 114 | 112 |
| Binary | 11000000 | 10001010 | 11101111 | 10100 | 101010 | 0 | 110 | 100010000 | 1001100 | 1001010 |
Color Harmonies of #C08AEF
Complementary color
Monochromatic Colors of #C08AEF
Black with #C08AEF
Text Example
Text Example
White with #C08AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AEF; }
p { color: rgb(192,138,239); }
H1.HeaderClassName
{
color: #C08AEF;
}
.AnyTagClassName
{
color: #C08AEF;
}
</style>
background-color css
<style>
a { background-color: #C08AEF; }
a { background-color: rgb(192,138,239); }
div.DivClassName
{
background-color: #C08AEF;
}
.BgClassName
{
background-color: #C08AEF;
}
</style>
border-color css
<style>
span { border-color: #C08AEF; }
span { border-color: rgb(192,138,239); }
td.TdClassName
{
border-color: #C08AEF;
}
.TagClassName
{
border-color: #C08AEF;
}
</style>