Shades of Wisteria #C08BDA
Tints of Wisteria #C08BDA
RGB
CMYK
RGB Variations
Color information
#C08BDA (or 0xC08BDA) is known color: Wisteria. HEX triplet: C0, 8B and DA. RGB value is (192,139,218). Sum of RGB (Red+Green+Blue) = 192+139+218=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C08BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BDA is #3F7425. Grayscale: #A3A3A3. Windows color (decimal): -4158502 or 14322624. OLE color: 14322624.
HSL color Cylindrical-coordinate representation of color #C08BDA: hue angle of 280.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C08BDA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 139 | 218 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.15 |
| HSL | 280.25º | 0.52% | 0.7% | - |
| HSV(B) | 280.25º | 0.36% | 0.85% | - |
| XYZ | 43.63 | 34.73 | 70.73 | - |
| YUV | 163.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 218 | 0.12 | 0.36 | 0 | 0.15 | 280.25 | 0.52 | 0.7 |
| Hex | C0 | 8B | DA | C | 24 | 0 | F | 118 | 34 | 46 |
| Octal | 300 | 213 | 332 | 14 | 44 | 0 | 17 | 430 | 64 | 106 |
| Binary | 11000000 | 10001011 | 11011010 | 1100 | 100100 | 0 | 1111 | 100011000 | 110100 | 1000110 |
Color Harmonies of #C08BDA
Complementary color
Monochromatic Colors of #C08BDA
Black with #C08BDA
Text Example
Text Example
White with #C08BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BDA; }
p { color: rgb(192,139,218); }
H1.HeaderClassName
{
color: #C08BDA;
}
.AnyTagClassName
{
color: #C08BDA;
}
</style>
background-color css
<style>
a { background-color: #C08BDA; }
a { background-color: rgb(192,139,218); }
div.DivClassName
{
background-color: #C08BDA;
}
.BgClassName
{
background-color: #C08BDA;
}
</style>
border-color css
<style>
span { border-color: #C08BDA; }
span { border-color: rgb(192,139,218); }
td.TdClassName
{
border-color: #C08BDA;
}
.TagClassName
{
border-color: #C08BDA;
}
</style>