Shades of Wisteria #C69EE7
Tints of Wisteria #C69EE7
RGB
CMYK
RGB Variations
Color information
#C69EE7 (or 0xC69EE7) is known color: Wisteria. HEX triplet: C6, 9E and E7. RGB value is (198,158,231). Sum of RGB (Red+Green+Blue) = 198+158+231=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #C69EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EE7 is #396118. Grayscale: #B2B2B2. Windows color (decimal): -3760409 or 15179462. OLE color: 15179462.
HSL color Cylindrical-coordinate representation of color #C69EE7: hue angle of 272.88º degrees, saturation: 0.6, 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 #C69EE7 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 158 | 231 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.09 |
| HSL | 272.88º | 0.6% | 0.76% | - |
| HSV(B) | 272.88º | 0.32% | 0.91% | - |
| XYZ | 49.94 | 42.23 | 81.12 | - |
| YUV | 178.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 231 | 0.14 | 0.32 | 0 | 0.09 | 272.88 | 0.6 | 0.76 |
| Hex | C6 | 9E | E7 | E | 20 | 0 | 9 | 111 | 3C | 4C |
| Octal | 306 | 236 | 347 | 16 | 40 | 0 | 11 | 421 | 74 | 114 |
| Binary | 11000110 | 10011110 | 11100111 | 1110 | 100000 | 0 | 1001 | 100010001 | 111100 | 1001100 |
Color Harmonies of #C69EE7
Complementary color
Monochromatic Colors of #C69EE7
Black with #C69EE7
Text Example
Text Example
White with #C69EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EE7; }
p { color: rgb(198,158,231); }
H1.HeaderClassName
{
color: #C69EE7;
}
.AnyTagClassName
{
color: #C69EE7;
}
</style>
background-color css
<style>
a { background-color: #C69EE7; }
a { background-color: rgb(198,158,231); }
div.DivClassName
{
background-color: #C69EE7;
}
.BgClassName
{
background-color: #C69EE7;
}
</style>
border-color css
<style>
span { border-color: #C69EE7; }
span { border-color: rgb(198,158,231); }
td.TdClassName
{
border-color: #C69EE7;
}
.TagClassName
{
border-color: #C69EE7;
}
</style>