Shades of Wisteria #C08EEA
Tints of Wisteria #C08EEA
RGB
CMYK
RGB Variations
Color information
#C08EEA (or 0xC08EEA) is known color: Wisteria. HEX triplet: C0, 8E and EA. RGB value is (192,142,234). Sum of RGB (Red+Green+Blue) = 192+142+234=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #C08EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EEA is #3F7115. Grayscale: #A7A7A7. Windows color (decimal): -4157718 or 15371968. OLE color: 15371968.
HSL color Cylindrical-coordinate representation of color #C08EEA: hue angle of 272.61º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08EEA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 142 | 234 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.08 |
| HSL | 272.61º | 0.69% | 0.74% | - |
| HSV(B) | 272.61º | 0.39% | 0.92% | - |
| XYZ | 46.26 | 36.49 | 82.45 | - |
| YUV | 167.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 234 | 0.18 | 0.39 | 0 | 0.08 | 272.61 | 0.69 | 0.74 |
| Hex | C0 | 8E | EA | 12 | 27 | 0 | 8 | 111 | 45 | 4A |
| Octal | 300 | 216 | 352 | 22 | 47 | 0 | 10 | 421 | 105 | 112 |
| Binary | 11000000 | 10001110 | 11101010 | 10010 | 100111 | 0 | 1000 | 100010001 | 1000101 | 1001010 |
Color Harmonies of #C08EEA
Complementary color
Monochromatic Colors of #C08EEA
Black with #C08EEA
Text Example
Text Example
White with #C08EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EEA; }
p { color: rgb(192,142,234); }
H1.HeaderClassName
{
color: #C08EEA;
}
.AnyTagClassName
{
color: #C08EEA;
}
</style>
background-color css
<style>
a { background-color: #C08EEA; }
a { background-color: rgb(192,142,234); }
div.DivClassName
{
background-color: #C08EEA;
}
.BgClassName
{
background-color: #C08EEA;
}
</style>
border-color css
<style>
span { border-color: #C08EEA; }
span { border-color: rgb(192,142,234); }
td.TdClassName
{
border-color: #C08EEA;
}
.TagClassName
{
border-color: #C08EEA;
}
</style>