Shades of Wisteria #C692D8
Tints of Wisteria #C692D8
RGB
CMYK
RGB Variations
Color information
#C692D8 (or 0xC692D8) is known color: Wisteria. HEX triplet: C6, 92 and D8. RGB value is (198,146,216). Sum of RGB (Red+Green+Blue) = 198+146+216=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #C692D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692D8 is #396D27. Grayscale: #A9A9A9. Windows color (decimal): -3763496 or 14193350. OLE color: 14193350.
HSL color Cylindrical-coordinate representation of color #C692D8: hue angle of 284.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C692D8 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 146 | 216 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.15 |
| HSL | 284.57º | 0.47% | 0.71% | - |
| HSV(B) | 284.57º | 0.32% | 0.85% | - |
| XYZ | 45.96 | 37.52 | 69.79 | - |
| YUV | 169.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 216 | 0.08 | 0.32 | 0 | 0.15 | 284.57 | 0.47 | 0.71 |
| Hex | C6 | 92 | D8 | 8 | 20 | 0 | F | 11D | 2F | 47 |
| Octal | 306 | 222 | 330 | 10 | 40 | 0 | 17 | 435 | 57 | 107 |
| Binary | 11000110 | 10010010 | 11011000 | 1000 | 100000 | 0 | 1111 | 100011101 | 101111 | 1000111 |
Color Harmonies of #C692D8
Complementary color
Monochromatic Colors of #C692D8
Black with #C692D8
Text Example
Text Example
White with #C692D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C692D8; }
p { color: rgb(198,146,216); }
H1.HeaderClassName
{
color: #C692D8;
}
.AnyTagClassName
{
color: #C692D8;
}
</style>
background-color css
<style>
a { background-color: #C692D8; }
a { background-color: rgb(198,146,216); }
div.DivClassName
{
background-color: #C692D8;
}
.BgClassName
{
background-color: #C692D8;
}
</style>
border-color css
<style>
span { border-color: #C692D8; }
span { border-color: rgb(198,146,216); }
td.TdClassName
{
border-color: #C692D8;
}
.TagClassName
{
border-color: #C692D8;
}
</style>