Shades of Wisteria #C08AF0
Tints of Wisteria #C08AF0
RGB
CMYK
RGB Variations
Color information
#C08AF0 (or 0xC08AF0) is known color: Wisteria. HEX triplet: C0, 8A and F0. RGB value is (192,138,240). Sum of RGB (Red+Green+Blue) = 192+138+240=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #C08AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AF0 is #3F750F. Grayscale: #A5A5A5. Windows color (decimal): -4158736 or 15764160. OLE color: 15764160.
HSL color Cylindrical-coordinate representation of color #C08AF0: hue angle of 271.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08AF0 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 138 | 240 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.06 |
| HSL | 271.76º | 0.77% | 0.74% | - |
| HSV(B) | 271.76º | 0.43% | 0.94% | - |
| XYZ | 46.55 | 35.67 | 86.87 | - |
| YUV | 165.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 240 | 0.20 | 0.42 | 0 | 0.06 | 271.76 | 0.77 | 0.74 |
| Hex | C0 | 8A | F0 | 14 | 2A | 0 | 6 | 110 | 4D | 4A |
| Octal | 300 | 212 | 360 | 24 | 52 | 0 | 6 | 420 | 115 | 112 |
| Binary | 11000000 | 10001010 | 11110000 | 10100 | 101010 | 0 | 110 | 100010000 | 1001101 | 1001010 |
Color Harmonies of #C08AF0
Complementary color
Monochromatic Colors of #C08AF0
Black with #C08AF0
Text Example
Text Example
White with #C08AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AF0; }
p { color: rgb(192,138,240); }
H1.HeaderClassName
{
color: #C08AF0;
}
.AnyTagClassName
{
color: #C08AF0;
}
</style>
background-color css
<style>
a { background-color: #C08AF0; }
a { background-color: rgb(192,138,240); }
div.DivClassName
{
background-color: #C08AF0;
}
.BgClassName
{
background-color: #C08AF0;
}
</style>
border-color css
<style>
span { border-color: #C08AF0; }
span { border-color: rgb(192,138,240); }
td.TdClassName
{
border-color: #C08AF0;
}
.TagClassName
{
border-color: #C08AF0;
}
</style>