Shades of Wisteria #C687DD
Tints of Wisteria #C687DD
RGB
CMYK
RGB Variations
Color information
#C687DD (or 0xC687DD) is known color: Wisteria. HEX triplet: C6, 87 and DD. RGB value is (198,135,221). Sum of RGB (Red+Green+Blue) = 198+135+221=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #C687DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C687DD is #397822. Grayscale: #A3A3A3. Windows color (decimal): -3766307 or 14518214. OLE color: 14518214.
HSL color Cylindrical-coordinate representation of color #C687DD: hue angle of 283.95º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C687DD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 135 | 221 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.13 |
| HSL | 283.95º | 0.56% | 0.7% | - |
| HSV(B) | 283.95º | 0.39% | 0.87% | - |
| XYZ | 45 | 34.55 | 72.7 | - |
| YUV | 163.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 221 | 0.10 | 0.39 | 0 | 0.13 | 283.95 | 0.56 | 0.7 |
| Hex | C6 | 87 | DD | A | 27 | 0 | D | 11C | 38 | 46 |
| Octal | 306 | 207 | 335 | 12 | 47 | 0 | 15 | 434 | 70 | 106 |
| Binary | 11000110 | 10000111 | 11011101 | 1010 | 100111 | 0 | 1101 | 100011100 | 111000 | 1000110 |
Color Harmonies of #C687DD
Complementary color
Monochromatic Colors of #C687DD
Black with #C687DD
Text Example
Text Example
White with #C687DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C687DD; }
p { color: rgb(198,135,221); }
H1.HeaderClassName
{
color: #C687DD;
}
.AnyTagClassName
{
color: #C687DD;
}
</style>
background-color css
<style>
a { background-color: #C687DD; }
a { background-color: rgb(198,135,221); }
div.DivClassName
{
background-color: #C687DD;
}
.BgClassName
{
background-color: #C687DD;
}
</style>
border-color css
<style>
span { border-color: #C687DD; }
span { border-color: rgb(198,135,221); }
td.TdClassName
{
border-color: #C687DD;
}
.TagClassName
{
border-color: #C687DD;
}
</style>