Shades of Wisteria #C08CD1
Tints of Wisteria #C08CD1
RGB
CMYK
RGB Variations
Color information
#C08CD1 (or 0xC08CD1) is known color: Wisteria. HEX triplet: C0, 8C and D1. RGB value is (192,140,209). Sum of RGB (Red+Green+Blue) = 192+140+209=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #C08CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CD1 is #3F732E. Grayscale: #A3A3A3. Windows color (decimal): -4158255 or 13733056. OLE color: 13733056.
HSL color Cylindrical-coordinate representation of color #C08CD1: hue angle of 285.22º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08CD1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 140 | 209 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.18 |
| HSL | 285.22º | 0.43% | 0.68% | - |
| HSV(B) | 285.22º | 0.33% | 0.82% | - |
| XYZ | 42.62 | 34.57 | 64.75 | - |
| YUV | 163.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 209 | 0.08 | 0.33 | 0 | 0.18 | 285.22 | 0.43 | 0.68 |
| Hex | C0 | 8C | D1 | 8 | 21 | 0 | 12 | 11D | 2B | 44 |
| Octal | 300 | 214 | 321 | 10 | 41 | 0 | 22 | 435 | 53 | 104 |
| Binary | 11000000 | 10001100 | 11010001 | 1000 | 100001 | 0 | 10010 | 100011101 | 101011 | 1000100 |
Color Harmonies of #C08CD1
Complementary color
Monochromatic Colors of #C08CD1
Black with #C08CD1
Text Example
Text Example
White with #C08CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CD1; }
p { color: rgb(192,140,209); }
H1.HeaderClassName
{
color: #C08CD1;
}
.AnyTagClassName
{
color: #C08CD1;
}
</style>
background-color css
<style>
a { background-color: #C08CD1; }
a { background-color: rgb(192,140,209); }
div.DivClassName
{
background-color: #C08CD1;
}
.BgClassName
{
background-color: #C08CD1;
}
</style>
border-color css
<style>
span { border-color: #C08CD1; }
span { border-color: rgb(192,140,209); }
td.TdClassName
{
border-color: #C08CD1;
}
.TagClassName
{
border-color: #C08CD1;
}
</style>