Shades of Wisteria #C08AD4
Tints of Wisteria #C08AD4
RGB
CMYK
RGB Variations
Color information
#C08AD4 (or 0xC08AD4) is known color: Wisteria. HEX triplet: C0, 8A and D4. RGB value is (192,138,212). Sum of RGB (Red+Green+Blue) = 192+138+212=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #C08AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AD4 is #3F752B. Grayscale: #A2A2A2. Windows color (decimal): -4158764 or 13929152. OLE color: 13929152.
HSL color Cylindrical-coordinate representation of color #C08AD4: hue angle of 283.78º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08AD4 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 138 | 212 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.17 |
| HSL | 283.78º | 0.46% | 0.69% | - |
| HSV(B) | 283.78º | 0.35% | 0.83% | - |
| XYZ | 42.71 | 34.14 | 66.63 | - |
| YUV | 162.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 212 | 0.09 | 0.35 | 0 | 0.17 | 283.78 | 0.46 | 0.69 |
| Hex | C0 | 8A | D4 | 9 | 23 | 0 | 11 | 11C | 2E | 45 |
| Octal | 300 | 212 | 324 | 11 | 43 | 0 | 21 | 434 | 56 | 105 |
| Binary | 11000000 | 10001010 | 11010100 | 1001 | 100011 | 0 | 10001 | 100011100 | 101110 | 1000101 |
Color Harmonies of #C08AD4
Complementary color
Monochromatic Colors of #C08AD4
Black with #C08AD4
Text Example
Text Example
White with #C08AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AD4; }
p { color: rgb(192,138,212); }
H1.HeaderClassName
{
color: #C08AD4;
}
.AnyTagClassName
{
color: #C08AD4;
}
</style>
background-color css
<style>
a { background-color: #C08AD4; }
a { background-color: rgb(192,138,212); }
div.DivClassName
{
background-color: #C08AD4;
}
.BgClassName
{
background-color: #C08AD4;
}
</style>
border-color css
<style>
span { border-color: #C08AD4; }
span { border-color: rgb(192,138,212); }
td.TdClassName
{
border-color: #C08AD4;
}
.TagClassName
{
border-color: #C08AD4;
}
</style>