Shades of Wisteria #C08AD3
Tints of Wisteria #C08AD3
RGB
CMYK
RGB Variations
Color information
#C08AD3 (or 0xC08AD3) is known color: Wisteria. HEX triplet: C0, 8A and D3. RGB value is (192,138,211). Sum of RGB (Red+Green+Blue) = 192+138+211=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #C08AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AD3 is #3F752C. Grayscale: #A2A2A2. Windows color (decimal): -4158765 or 13863616. OLE color: 13863616.
HSL color Cylindrical-coordinate representation of color #C08AD3: hue angle of 284.38º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08AD3 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 138 | 211 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.17 |
| HSL | 284.38º | 0.45% | 0.68% | - |
| HSV(B) | 284.38º | 0.35% | 0.83% | - |
| XYZ | 42.58 | 34.09 | 65.96 | - |
| YUV | 162.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 211 | 0.09 | 0.35 | 0 | 0.17 | 284.38 | 0.45 | 0.68 |
| Hex | C0 | 8A | D3 | 9 | 23 | 0 | 11 | 11C | 2D | 44 |
| Octal | 300 | 212 | 323 | 11 | 43 | 0 | 21 | 434 | 55 | 104 |
| Binary | 11000000 | 10001010 | 11010011 | 1001 | 100011 | 0 | 10001 | 100011100 | 101101 | 1000100 |
Color Harmonies of #C08AD3
Complementary color
Monochromatic Colors of #C08AD3
Black with #C08AD3
Text Example
Text Example
White with #C08AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08AD3; }
p { color: rgb(192,138,211); }
H1.HeaderClassName
{
color: #C08AD3;
}
.AnyTagClassName
{
color: #C08AD3;
}
</style>
background-color css
<style>
a { background-color: #C08AD3; }
a { background-color: rgb(192,138,211); }
div.DivClassName
{
background-color: #C08AD3;
}
.BgClassName
{
background-color: #C08AD3;
}
</style>
border-color css
<style>
span { border-color: #C08AD3; }
span { border-color: rgb(192,138,211); }
td.TdClassName
{
border-color: #C08AD3;
}
.TagClassName
{
border-color: #C08AD3;
}
</style>