Shades of Wisteria #C69ED1
Tints of Wisteria #C69ED1
RGB
CMYK
RGB Variations
Color information
#C69ED1 (or 0xC69ED1) is known color: Wisteria. HEX triplet: C6, 9E and D1. RGB value is (198,158,209). Sum of RGB (Red+Green+Blue) = 198+158+209=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #C69ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ED1 is #39612E. Grayscale: #AFAFAF. Windows color (decimal): -3760431 or 13737670. OLE color: 13737670.
HSL color Cylindrical-coordinate representation of color #C69ED1: hue angle of 287.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C69ED1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 158 | 209 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.18 |
| HSL | 287.06º | 0.36% | 0.72% | - |
| HSV(B) | 287.06º | 0.24% | 0.82% | - |
| XYZ | 47.02 | 41.06 | 65.77 | - |
| YUV | 175.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 209 | 0.05 | 0.24 | 0 | 0.18 | 287.06 | 0.36 | 0.72 |
| Hex | C6 | 9E | D1 | 5 | 18 | 0 | 12 | 11F | 24 | 48 |
| Octal | 306 | 236 | 321 | 5 | 30 | 0 | 22 | 437 | 44 | 110 |
| Binary | 11000110 | 10011110 | 11010001 | 101 | 11000 | 0 | 10010 | 100011111 | 100100 | 1001000 |
Color Harmonies of #C69ED1
Complementary color
Monochromatic Colors of #C69ED1
Black with #C69ED1
Text Example
Text Example
White with #C69ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69ED1; }
p { color: rgb(198,158,209); }
H1.HeaderClassName
{
color: #C69ED1;
}
.AnyTagClassName
{
color: #C69ED1;
}
</style>
background-color css
<style>
a { background-color: #C69ED1; }
a { background-color: rgb(198,158,209); }
div.DivClassName
{
background-color: #C69ED1;
}
.BgClassName
{
background-color: #C69ED1;
}
</style>
border-color css
<style>
span { border-color: #C69ED1; }
span { border-color: rgb(198,158,209); }
td.TdClassName
{
border-color: #C69ED1;
}
.TagClassName
{
border-color: #C69ED1;
}
</style>