Shades of Wisteria #C08CF2
Tints of Wisteria #C08CF2
RGB
CMYK
RGB Variations
Color information
#C08CF2 (or 0xC08CF2) is known color: Wisteria. HEX triplet: C0, 8C and F2. RGB value is (192,140,242). Sum of RGB (Red+Green+Blue) = 192+140+242=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #C08CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CF2 is #3F730D. Grayscale: #A6A6A6. Windows color (decimal): -4158222 or 15895744. OLE color: 15895744.
HSL color Cylindrical-coordinate representation of color #C08CF2: hue angle of 270.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08CF2 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 140 | 242 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.05 |
| HSL | 270.59º | 0.8% | 0.75% | - |
| HSV(B) | 270.59º | 0.42% | 0.95% | - |
| XYZ | 47.14 | 36.37 | 88.54 | - |
| YUV | 167.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 242 | 0.21 | 0.42 | 0 | 0.05 | 270.59 | 0.8 | 0.75 |
| Hex | C0 | 8C | F2 | 15 | 2A | 0 | 5 | 10F | 50 | 4B |
| Octal | 300 | 214 | 362 | 25 | 52 | 0 | 5 | 417 | 120 | 113 |
| Binary | 11000000 | 10001100 | 11110010 | 10101 | 101010 | 0 | 101 | 100001111 | 1010000 | 1001011 |
Color Harmonies of #C08CF2
Complementary color
Monochromatic Colors of #C08CF2
Black with #C08CF2
Text Example
Text Example
White with #C08CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CF2; }
p { color: rgb(192,140,242); }
H1.HeaderClassName
{
color: #C08CF2;
}
.AnyTagClassName
{
color: #C08CF2;
}
</style>
background-color css
<style>
a { background-color: #C08CF2; }
a { background-color: rgb(192,140,242); }
div.DivClassName
{
background-color: #C08CF2;
}
.BgClassName
{
background-color: #C08CF2;
}
</style>
border-color css
<style>
span { border-color: #C08CF2; }
span { border-color: rgb(192,140,242); }
td.TdClassName
{
border-color: #C08CF2;
}
.TagClassName
{
border-color: #C08CF2;
}
</style>