Shades of Wisteria #C69EDE
Tints of Wisteria #C69EDE
RGB
CMYK
RGB Variations
Color information
#C69EDE (or 0xC69EDE) is known color: Wisteria. HEX triplet: C6, 9E and DE. RGB value is (198,158,222). Sum of RGB (Red+Green+Blue) = 198+158+222=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #C69EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EDE is #396121. Grayscale: #B1B1B1. Windows color (decimal): -3760418 or 14589638. OLE color: 14589638.
HSL color Cylindrical-coordinate representation of color #C69EDE: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69EDE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 158 | 222 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.13 |
| HSL | 277.5º | 0.49% | 0.75% | - |
| HSV(B) | 277.5º | 0.29% | 0.87% | - |
| XYZ | 48.7 | 41.73 | 74.6 | - |
| YUV | 177.26 | 153.25 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 222 | 0.11 | 0.29 | 0 | 0.13 | 277.5 | 0.49 | 0.75 |
| Hex | C6 | 9E | DE | B | 1D | 0 | D | 116 | 31 | 4B |
| Octal | 306 | 236 | 336 | 13 | 35 | 0 | 15 | 426 | 61 | 113 |
| Binary | 11000110 | 10011110 | 11011110 | 1011 | 11101 | 0 | 1101 | 100010110 | 110001 | 1001011 |
Color Harmonies of #C69EDE
Complementary color
Monochromatic Colors of #C69EDE
Black with #C69EDE
Text Example
Text Example
White with #C69EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EDE; }
p { color: rgb(198,158,222); }
H1.HeaderClassName
{
color: #C69EDE;
}
.AnyTagClassName
{
color: #C69EDE;
}
</style>
background-color css
<style>
a { background-color: #C69EDE; }
a { background-color: rgb(198,158,222); }
div.DivClassName
{
background-color: #C69EDE;
}
.BgClassName
{
background-color: #C69EDE;
}
</style>
border-color css
<style>
span { border-color: #C69EDE; }
span { border-color: rgb(198,158,222); }
td.TdClassName
{
border-color: #C69EDE;
}
.TagClassName
{
border-color: #C69EDE;
}
</style>