Shades of Wisteria #C08CDA
Tints of Wisteria #C08CDA
RGB
CMYK
RGB Variations
Color information
#C08CDA (or 0xC08CDA) is known color: Wisteria. HEX triplet: C0, 8C and DA. RGB value is (192,140,218). Sum of RGB (Red+Green+Blue) = 192+140+218=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #C08CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CDA is #3F7325. Grayscale: #A4A4A4. Windows color (decimal): -4158246 or 14322880. OLE color: 14322880.
HSL color Cylindrical-coordinate representation of color #C08CDA: hue angle of 280º degrees, saturation: 0.51, 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 #C08CDA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 140 | 218 | - |
CMYK | 0.12 | 0.36 | 0 | 0.15 |
HSL | 280º | 0.51% | 0.7% | - |
HSV(B) | 280º | 0.36% | 0.85% | - |
XYZ | 43.77 | 35.02 | 70.78 | - |
YUV | 164.44 | 158.23 | 147.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 140 | 218 | 0.12 | 0.36 | 0 | 0.15 | 280 | 0.51 | 0.7 |
Hex | C0 | 8C | DA | C | 24 | 0 | F | 118 | 33 | 46 |
Octal | 300 | 214 | 332 | 14 | 44 | 0 | 17 | 430 | 63 | 106 |
Binary | 11000000 | 10001100 | 11011010 | 1100 | 100100 | 0 | 1111 | 100011000 | 110011 | 1000110 |
Color Harmonies of #C08CDA
Complementary color
Monochromatic Colors of #C08CDA
Black with #C08CDA
Text Example
Text Example
White with #C08CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CDA; }
p { color: rgb(192,140,218); }
H1.HeaderClassName
{
color: #C08CDA;
}
.AnyTagClassName
{
color: #C08CDA;
}
</style>
background-color css
<style>
a { background-color: #C08CDA; }
a { background-color: rgb(192,140,218); }
div.DivClassName
{
background-color: #C08CDA;
}
.BgClassName
{
background-color: #C08CDA;
}
</style>
border-color css
<style>
span { border-color: #C08CDA; }
span { border-color: rgb(192,140,218); }
td.TdClassName
{
border-color: #C08CDA;
}
.TagClassName
{
border-color: #C08CDA;
}
</style>