Shades of Wisteria #C08AEE
Tints of Wisteria #C08AEE
RGB
CMYK
RGB Variations
Color information
#C08AEE (or 0xC08AEE) is known color: Wisteria. HEX triplet: C0, 8A and EE. RGB value is (192,138,238). Sum of RGB (Red+Green+Blue) = 192+138+238=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C08AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AEE is #3F7511. Grayscale: #A5A5A5. Windows color (decimal): -4158738 or 15633088. OLE color: 15633088.
HSL color Cylindrical-coordinate representation of color #C08AEE: hue angle of 272.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08AEE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 138 | 238 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.07 |
| HSL | 272.4º | 0.75% | 0.74% | - |
| HSV(B) | 272.4º | 0.42% | 0.93% | - |
| XYZ | 46.26 | 35.56 | 85.31 | - |
| YUV | 165.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 238 | 0.19 | 0.42 | 0 | 0.07 | 272.4 | 0.75 | 0.74 |
| Hex | C0 | 8A | EE | 13 | 2A | 0 | 7 | 110 | 4B | 4A |
| Octal | 300 | 212 | 356 | 23 | 52 | 0 | 7 | 420 | 113 | 112 |
| Binary | 11000000 | 10001010 | 11101110 | 10011 | 101010 | 0 | 111 | 100010000 | 1001011 | 1001010 |
Color Harmonies of #C08AEE
Complementary color
Monochromatic Colors of #C08AEE
Black with #C08AEE
Text Example
Text Example
White with #C08AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AEE; }
p { color: rgb(192,138,238); }
H1.HeaderClassName
{
color: #C08AEE;
}
.AnyTagClassName
{
color: #C08AEE;
}
</style>
background-color css
<style>
a { background-color: #C08AEE; }
a { background-color: rgb(192,138,238); }
div.DivClassName
{
background-color: #C08AEE;
}
.BgClassName
{
background-color: #C08AEE;
}
</style>
border-color css
<style>
span { border-color: #C08AEE; }
span { border-color: rgb(192,138,238); }
td.TdClassName
{
border-color: #C08AEE;
}
.TagClassName
{
border-color: #C08AEE;
}
</style>