Shades of Wisteria #C693DD
Tints of Wisteria #C693DD
RGB
CMYK
RGB Variations
Color information
#C693DD (or 0xC693DD) is known color: Wisteria. HEX triplet: C6, 93 and DD. RGB value is (198,147,221). Sum of RGB (Red+Green+Blue) = 198+147+221=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C693DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693DD is #396C22. Grayscale: #AAAAAA. Windows color (decimal): -3763235 or 14521286. OLE color: 14521286.
HSL color Cylindrical-coordinate representation of color #C693DD: hue angle of 281.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C693DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 147 | 221 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.13 |
| HSL | 281.35º | 0.52% | 0.72% | - |
| HSV(B) | 281.35º | 0.33% | 0.87% | - |
| XYZ | 46.77 | 38.09 | 73.29 | - |
| YUV | 170.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 221 | 0.10 | 0.33 | 0 | 0.13 | 281.35 | 0.52 | 0.72 |
| Hex | C6 | 93 | DD | A | 21 | 0 | D | 119 | 34 | 48 |
| Octal | 306 | 223 | 335 | 12 | 41 | 0 | 15 | 431 | 64 | 110 |
| Binary | 11000110 | 10010011 | 11011101 | 1010 | 100001 | 0 | 1101 | 100011001 | 110100 | 1001000 |
Color Harmonies of #C693DD
Complementary color
Monochromatic Colors of #C693DD
Black with #C693DD
Text Example
Text Example
White with #C693DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693DD; }
p { color: rgb(198,147,221); }
H1.HeaderClassName
{
color: #C693DD;
}
.AnyTagClassName
{
color: #C693DD;
}
</style>
background-color css
<style>
a { background-color: #C693DD; }
a { background-color: rgb(198,147,221); }
div.DivClassName
{
background-color: #C693DD;
}
.BgClassName
{
background-color: #C693DD;
}
</style>
border-color css
<style>
span { border-color: #C693DD; }
span { border-color: rgb(198,147,221); }
td.TdClassName
{
border-color: #C693DD;
}
.TagClassName
{
border-color: #C693DD;
}
</style>