Shades of Wisteria #C08EFD
Tints of Wisteria #C08EFD
RGB
CMYK
RGB Variations
Color information
#C08EFD (or 0xC08EFD) is known color: Wisteria. HEX triplet: C0, 8E and FD. RGB value is (192,142,253). Sum of RGB (Red+Green+Blue) = 192+142+253=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #C08EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EFD is #3F7102. Grayscale: #A9A9A9. Windows color (decimal): -4157699 or 16617152. OLE color: 16617152.
HSL color Cylindrical-coordinate representation of color #C08EFD: hue angle of 267.03º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08EFD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 142 | 253 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.01 |
| HSL | 267.03º | 0.97% | 0.77% | - |
| HSV(B) | 267.03º | 0.44% | 0.99% | - |
| XYZ | 49.14 | 37.64 | 97.6 | - |
| YUV | 169.6 | 175.07 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 253 | 0.24 | 0.44 | 0 | 0.01 | 267.03 | 0.97 | 0.77 |
| Hex | C0 | 8E | FD | 18 | 2C | 0 | 1 | 10B | 61 | 4D |
| Octal | 300 | 216 | 375 | 30 | 54 | 0 | 1 | 413 | 141 | 115 |
| Binary | 11000000 | 10001110 | 11111101 | 11000 | 101100 | 0 | 1 | 100001011 | 1100001 | 1001101 |
Color Harmonies of #C08EFD
Complementary color
Monochromatic Colors of #C08EFD
Black with #C08EFD
Text Example
Text Example
White with #C08EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EFD; }
p { color: rgb(192,142,253); }
H1.HeaderClassName
{
color: #C08EFD;
}
.AnyTagClassName
{
color: #C08EFD;
}
</style>
background-color css
<style>
a { background-color: #C08EFD; }
a { background-color: rgb(192,142,253); }
div.DivClassName
{
background-color: #C08EFD;
}
.BgClassName
{
background-color: #C08EFD;
}
</style>
border-color css
<style>
span { border-color: #C08EFD; }
span { border-color: rgb(192,142,253); }
td.TdClassName
{
border-color: #C08EFD;
}
.TagClassName
{
border-color: #C08EFD;
}
</style>