Shades of Wisteria #C08BFF
Tints of Wisteria #C08BFF
RGB
CMYK
RGB Variations
Color information
#C08BFF (or 0xC08BFF) is known color: Wisteria. HEX triplet: C0, 8B and FF. RGB value is (192,139,255). Sum of RGB (Red+Green+Blue) = 192+139+255=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #C08BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BFF is #3F7400. Grayscale: #A7A7A7. Windows color (decimal): -4158465 or 16747456. OLE color: 16747456.
HSL color Cylindrical-coordinate representation of color #C08BFF: hue angle of 267.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08BFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 139 | 255 | - |
| CMYK | 0.25 | 0.45 | 0 | 0 |
| HSL | 267.41º | 1% | 0.77% | - |
| HSV(B) | 267.41º | 0.45% | 1% | - |
| XYZ | 49.02 | 36.89 | 99.14 | - |
| YUV | 168.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 255 | 0.25 | 0.45 | 0 | 0 | 267.41 | 1 | 0.77 |
| Hex | C0 | 8B | FF | 19 | 2D | 0 | 0 | 10B | 64 | 4D |
| Octal | 300 | 213 | 377 | 31 | 55 | 0 | 0 | 413 | 144 | 115 |
| Binary | 11000000 | 10001011 | 11111111 | 11001 | 101101 | 0 | 0 | 100001011 | 1100100 | 1001101 |
Color Harmonies of #C08BFF
Complementary color
Monochromatic Colors of #C08BFF
Black with #C08BFF
Text Example
Text Example
White with #C08BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BFF; }
p { color: rgb(192,139,255); }
H1.HeaderClassName
{
color: #C08BFF;
}
.AnyTagClassName
{
color: #C08BFF;
}
</style>
background-color css
<style>
a { background-color: #C08BFF; }
a { background-color: rgb(192,139,255); }
div.DivClassName
{
background-color: #C08BFF;
}
.BgClassName
{
background-color: #C08BFF;
}
</style>
border-color css
<style>
span { border-color: #C08BFF; }
span { border-color: rgb(192,139,255); }
td.TdClassName
{
border-color: #C08BFF;
}
.TagClassName
{
border-color: #C08BFF;
}
</style>