Shades of Wisteria #C08AFB
Tints of Wisteria #C08AFB
RGB
CMYK
RGB Variations
Color information
#C08AFB (or 0xC08AFB) is known color: Wisteria. HEX triplet: C0, 8A and FB. RGB value is (192,138,251). Sum of RGB (Red+Green+Blue) = 192+138+251=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #C08AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AFB is #3F7504. Grayscale: #A6A6A6. Windows color (decimal): -4158725 or 16485056. OLE color: 16485056.
HSL color Cylindrical-coordinate representation of color #C08AFB: hue angle of 268.67º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08AFB is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 138 | 251 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.02 |
| HSL | 268.67º | 0.93% | 0.76% | - |
| HSV(B) | 268.67º | 0.45% | 0.98% | - |
| XYZ | 48.24 | 36.35 | 95.74 | - |
| YUV | 167.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 251 | 0.24 | 0.45 | 0 | 0.02 | 268.67 | 0.93 | 0.76 |
| Hex | C0 | 8A | FB | 18 | 2D | 0 | 2 | 10D | 5D | 4C |
| Octal | 300 | 212 | 373 | 30 | 55 | 0 | 2 | 415 | 135 | 114 |
| Binary | 11000000 | 10001010 | 11111011 | 11000 | 101101 | 0 | 10 | 100001101 | 1011101 | 1001100 |
Color Harmonies of #C08AFB
Complementary color
Monochromatic Colors of #C08AFB
Black with #C08AFB
Text Example
Text Example
White with #C08AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AFB; }
p { color: rgb(192,138,251); }
H1.HeaderClassName
{
color: #C08AFB;
}
.AnyTagClassName
{
color: #C08AFB;
}
</style>
background-color css
<style>
a { background-color: #C08AFB; }
a { background-color: rgb(192,138,251); }
div.DivClassName
{
background-color: #C08AFB;
}
.BgClassName
{
background-color: #C08AFB;
}
</style>
border-color css
<style>
span { border-color: #C08AFB; }
span { border-color: rgb(192,138,251); }
td.TdClassName
{
border-color: #C08AFB;
}
.TagClassName
{
border-color: #C08AFB;
}
</style>