Shades of Wisteria #C69FD1
Tints of Wisteria #C69FD1
RGB
CMYK
RGB Variations
Color information
#C69FD1 (or 0xC69FD1) is known color: Wisteria. HEX triplet: C6, 9F and D1. RGB value is (198,159,209). Sum of RGB (Red+Green+Blue) = 198+159+209=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #C69FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FD1 is #39602E. Grayscale: #B0B0B0. Windows color (decimal): -3760175 or 13737926. OLE color: 13737926.
HSL color Cylindrical-coordinate representation of color #C69FD1: hue angle of 286.8º degrees, saturation: 0.35, 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 #C69FD1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 159 | 209 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.18 |
| HSL | 286.8º | 0.35% | 0.72% | - |
| HSV(B) | 286.8º | 0.24% | 0.82% | - |
| XYZ | 47.2 | 41.41 | 65.83 | - |
| YUV | 176.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 209 | 0.05 | 0.24 | 0 | 0.18 | 286.8 | 0.35 | 0.72 |
| Hex | C6 | 9F | D1 | 5 | 18 | 0 | 12 | 11F | 23 | 48 |
| Octal | 306 | 237 | 321 | 5 | 30 | 0 | 22 | 437 | 43 | 110 |
| Binary | 11000110 | 10011111 | 11010001 | 101 | 11000 | 0 | 10010 | 100011111 | 100011 | 1001000 |
Color Harmonies of #C69FD1
Complementary color
Monochromatic Colors of #C69FD1
Black with #C69FD1
Text Example
Text Example
White with #C69FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FD1; }
p { color: rgb(198,159,209); }
H1.HeaderClassName
{
color: #C69FD1;
}
.AnyTagClassName
{
color: #C69FD1;
}
</style>
background-color css
<style>
a { background-color: #C69FD1; }
a { background-color: rgb(198,159,209); }
div.DivClassName
{
background-color: #C69FD1;
}
.BgClassName
{
background-color: #C69FD1;
}
</style>
border-color css
<style>
span { border-color: #C69FD1; }
span { border-color: rgb(198,159,209); }
td.TdClassName
{
border-color: #C69FD1;
}
.TagClassName
{
border-color: #C69FD1;
}
</style>