Shades of Wisteria #C08FEE
Tints of Wisteria #C08FEE
RGB
CMYK
RGB Variations
Color information
#C08FEE (or 0xC08FEE) is known color: Wisteria. HEX triplet: C0, 8F and EE. RGB value is (192,143,238). Sum of RGB (Red+Green+Blue) = 192+143+238=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C08FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FEE is #3F7011. Grayscale: #A8A8A8. Windows color (decimal): -4157458 or 15634368. OLE color: 15634368.
HSL color Cylindrical-coordinate representation of color #C08FEE: hue angle of 270.95º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08FEE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 143 | 238 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.07 |
| HSL | 270.95º | 0.74% | 0.75% | - |
| HSV(B) | 270.95º | 0.4% | 0.93% | - |
| XYZ | 46.99 | 37.02 | 85.56 | - |
| YUV | 168.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 238 | 0.19 | 0.40 | 0 | 0.07 | 270.95 | 0.74 | 0.75 |
| Hex | C0 | 8F | EE | 13 | 28 | 0 | 7 | 10F | 4A | 4B |
| Octal | 300 | 217 | 356 | 23 | 50 | 0 | 7 | 417 | 112 | 113 |
| Binary | 11000000 | 10001111 | 11101110 | 10011 | 101000 | 0 | 111 | 100001111 | 1001010 | 1001011 |
Color Harmonies of #C08FEE
Complementary color
Monochromatic Colors of #C08FEE
Black with #C08FEE
Text Example
Text Example
White with #C08FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FEE; }
p { color: rgb(192,143,238); }
H1.HeaderClassName
{
color: #C08FEE;
}
.AnyTagClassName
{
color: #C08FEE;
}
</style>
background-color css
<style>
a { background-color: #C08FEE; }
a { background-color: rgb(192,143,238); }
div.DivClassName
{
background-color: #C08FEE;
}
.BgClassName
{
background-color: #C08FEE;
}
</style>
border-color css
<style>
span { border-color: #C08FEE; }
span { border-color: rgb(192,143,238); }
td.TdClassName
{
border-color: #C08FEE;
}
.TagClassName
{
border-color: #C08FEE;
}
</style>