Shades of Wisteria #C69EE8
Tints of Wisteria #C69EE8
RGB
CMYK
RGB Variations
Color information
#C69EE8 (or 0xC69EE8) is known color: Wisteria. HEX triplet: C6, 9E and E8. RGB value is (198,158,232). Sum of RGB (Red+Green+Blue) = 198+158+232=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #C69EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EE8 is #396117. Grayscale: #B2B2B2. Windows color (decimal): -3760408 or 15244998. OLE color: 15244998.
HSL color Cylindrical-coordinate representation of color #C69EE8: hue angle of 272.43º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69EE8 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 158 | 232 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.09 |
| HSL | 272.43º | 0.62% | 0.76% | - |
| HSV(B) | 272.43º | 0.32% | 0.91% | - |
| XYZ | 50.08 | 42.29 | 81.87 | - |
| YUV | 178.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 232 | 0.15 | 0.32 | 0 | 0.09 | 272.43 | 0.62 | 0.76 |
| Hex | C6 | 9E | E8 | F | 20 | 0 | 9 | 110 | 3E | 4C |
| Octal | 306 | 236 | 350 | 17 | 40 | 0 | 11 | 420 | 76 | 114 |
| Binary | 11000110 | 10011110 | 11101000 | 1111 | 100000 | 0 | 1001 | 100010000 | 111110 | 1001100 |
Color Harmonies of #C69EE8
Complementary color
Monochromatic Colors of #C69EE8
Black with #C69EE8
Text Example
Text Example
White with #C69EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EE8; }
p { color: rgb(198,158,232); }
H1.HeaderClassName
{
color: #C69EE8;
}
.AnyTagClassName
{
color: #C69EE8;
}
</style>
background-color css
<style>
a { background-color: #C69EE8; }
a { background-color: rgb(198,158,232); }
div.DivClassName
{
background-color: #C69EE8;
}
.BgClassName
{
background-color: #C69EE8;
}
</style>
border-color css
<style>
span { border-color: #C69EE8; }
span { border-color: rgb(198,158,232); }
td.TdClassName
{
border-color: #C69EE8;
}
.TagClassName
{
border-color: #C69EE8;
}
</style>