Shades of Wisteria #C08FE9
Tints of Wisteria #C08FE9
RGB
CMYK
RGB Variations
Color information
#C08FE9 (or 0xC08FE9) is known color: Wisteria. HEX triplet: C0, 8F and E9. RGB value is (192,143,233). Sum of RGB (Red+Green+Blue) = 192+143+233=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #C08FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FE9 is #3F7016. Grayscale: #A7A7A7. Windows color (decimal): -4157463 or 15306688. OLE color: 15306688.
HSL color Cylindrical-coordinate representation of color #C08FE9: hue angle of 272.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08FE9 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 143 | 233 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.09 |
| HSL | 272.67º | 0.67% | 0.74% | - |
| HSV(B) | 272.67º | 0.39% | 0.91% | - |
| XYZ | 46.27 | 36.73 | 81.74 | - |
| YUV | 167.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 233 | 0.18 | 0.39 | 0 | 0.09 | 272.67 | 0.67 | 0.74 |
| Hex | C0 | 8F | E9 | 12 | 27 | 0 | 9 | 111 | 43 | 4A |
| Octal | 300 | 217 | 351 | 22 | 47 | 0 | 11 | 421 | 103 | 112 |
| Binary | 11000000 | 10001111 | 11101001 | 10010 | 100111 | 0 | 1001 | 100010001 | 1000011 | 1001010 |
Color Harmonies of #C08FE9
Complementary color
Monochromatic Colors of #C08FE9
Black with #C08FE9
Text Example
Text Example
White with #C08FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FE9; }
p { color: rgb(192,143,233); }
H1.HeaderClassName
{
color: #C08FE9;
}
.AnyTagClassName
{
color: #C08FE9;
}
</style>
background-color css
<style>
a { background-color: #C08FE9; }
a { background-color: rgb(192,143,233); }
div.DivClassName
{
background-color: #C08FE9;
}
.BgClassName
{
background-color: #C08FE9;
}
</style>
border-color css
<style>
span { border-color: #C08FE9; }
span { border-color: rgb(192,143,233); }
td.TdClassName
{
border-color: #C08FE9;
}
.TagClassName
{
border-color: #C08FE9;
}
</style>