Shades of Wisteria #C98ADC
Tints of Wisteria #C98ADC
RGB
CMYK
RGB Variations
Color information
#C98ADC (or 0xC98ADC) is known color: Wisteria. HEX triplet: C9, 8A and DC. RGB value is (201,138,220). Sum of RGB (Red+Green+Blue) = 201+138+220=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #C98ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ADC is #367523. Grayscale: #A5A5A5. Windows color (decimal): -3568932 or 14453449. OLE color: 14453449.
HSL color Cylindrical-coordinate representation of color #C98ADC: hue angle of 286.1º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98ADC is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 138 | 220 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.14 |
| HSL | 286.1º | 0.54% | 0.7% | - |
| HSV(B) | 286.1º | 0.37% | 0.86% | - |
| XYZ | 46.09 | 35.76 | 72.18 | - |
| YUV | 166.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 220 | 0.09 | 0.37 | 0 | 0.14 | 286.1 | 0.54 | 0.7 |
| Hex | C9 | 8A | DC | 9 | 25 | 0 | E | 11E | 36 | 46 |
| Octal | 311 | 212 | 334 | 11 | 45 | 0 | 16 | 436 | 66 | 106 |
| Binary | 11001001 | 10001010 | 11011100 | 1001 | 100101 | 0 | 1110 | 100011110 | 110110 | 1000110 |
Color Harmonies of #C98ADC
Complementary color
Monochromatic Colors of #C98ADC
Black with #C98ADC
Text Example
Text Example
White with #C98ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98ADC; }
p { color: rgb(201,138,220); }
H1.HeaderClassName
{
color: #C98ADC;
}
.AnyTagClassName
{
color: #C98ADC;
}
</style>
background-color css
<style>
a { background-color: #C98ADC; }
a { background-color: rgb(201,138,220); }
div.DivClassName
{
background-color: #C98ADC;
}
.BgClassName
{
background-color: #C98ADC;
}
</style>
border-color css
<style>
span { border-color: #C98ADC; }
span { border-color: rgb(201,138,220); }
td.TdClassName
{
border-color: #C98ADC;
}
.TagClassName
{
border-color: #C98ADC;
}
</style>