Shades of Wisteria #C08FD6
Tints of Wisteria #C08FD6
RGB
CMYK
RGB Variations
Color information
#C08FD6 (or 0xC08FD6) is known color: Wisteria. HEX triplet: C0, 8F and D6. RGB value is (192,143,214). Sum of RGB (Red+Green+Blue) = 192+143+214=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #C08FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD6 is #3F7029. Grayscale: #A5A5A5. Windows color (decimal): -4157482 or 14061504. OLE color: 14061504.
HSL color Cylindrical-coordinate representation of color #C08FD6: hue angle of 281.41º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08FD6 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 143 | 214 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.16 |
| HSL | 281.41º | 0.46% | 0.7% | - |
| HSV(B) | 281.41º | 0.33% | 0.84% | - |
| XYZ | 43.7 | 35.71 | 68.21 | - |
| YUV | 165.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 214 | 0.10 | 0.33 | 0 | 0.16 | 281.41 | 0.46 | 0.7 |
| Hex | C0 | 8F | D6 | A | 21 | 0 | 10 | 119 | 2E | 46 |
| Octal | 300 | 217 | 326 | 12 | 41 | 0 | 20 | 431 | 56 | 106 |
| Binary | 11000000 | 10001111 | 11010110 | 1010 | 100001 | 0 | 10000 | 100011001 | 101110 | 1000110 |
Color Harmonies of #C08FD6
Complementary color
Monochromatic Colors of #C08FD6
Black with #C08FD6
Text Example
Text Example
White with #C08FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FD6; }
p { color: rgb(192,143,214); }
H1.HeaderClassName
{
color: #C08FD6;
}
.AnyTagClassName
{
color: #C08FD6;
}
</style>
background-color css
<style>
a { background-color: #C08FD6; }
a { background-color: rgb(192,143,214); }
div.DivClassName
{
background-color: #C08FD6;
}
.BgClassName
{
background-color: #C08FD6;
}
</style>
border-color css
<style>
span { border-color: #C08FD6; }
span { border-color: rgb(192,143,214); }
td.TdClassName
{
border-color: #C08FD6;
}
.TagClassName
{
border-color: #C08FD6;
}
</style>