Shades of Wisteria #C69FE1
Tints of Wisteria #C69FE1
RGB
CMYK
RGB Variations
Color information
#C69FE1 (or 0xC69FE1) is known color: Wisteria. HEX triplet: C6, 9F and E1. RGB value is (198,159,225). Sum of RGB (Red+Green+Blue) = 198+159+225=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #C69FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FE1 is #39601E. Grayscale: #B1B1B1. Windows color (decimal): -3760159 or 14786502. OLE color: 14786502.
HSL color Cylindrical-coordinate representation of color #C69FE1: hue angle of 275.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69FE1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 159 | 225 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.12 |
| HSL | 275.45º | 0.52% | 0.75% | - |
| HSV(B) | 275.45º | 0.29% | 0.88% | - |
| XYZ | 49.28 | 42.24 | 76.79 | - |
| YUV | 178.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 225 | 0.12 | 0.29 | 0 | 0.12 | 275.45 | 0.52 | 0.75 |
| Hex | C6 | 9F | E1 | C | 1D | 0 | C | 113 | 34 | 4B |
| Octal | 306 | 237 | 341 | 14 | 35 | 0 | 14 | 423 | 64 | 113 |
| Binary | 11000110 | 10011111 | 11100001 | 1100 | 11101 | 0 | 1100 | 100010011 | 110100 | 1001011 |
Color Harmonies of #C69FE1
Complementary color
Monochromatic Colors of #C69FE1
Black with #C69FE1
Text Example
Text Example
White with #C69FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FE1; }
p { color: rgb(198,159,225); }
H1.HeaderClassName
{
color: #C69FE1;
}
.AnyTagClassName
{
color: #C69FE1;
}
</style>
background-color css
<style>
a { background-color: #C69FE1; }
a { background-color: rgb(198,159,225); }
div.DivClassName
{
background-color: #C69FE1;
}
.BgClassName
{
background-color: #C69FE1;
}
</style>
border-color css
<style>
span { border-color: #C69FE1; }
span { border-color: rgb(198,159,225); }
td.TdClassName
{
border-color: #C69FE1;
}
.TagClassName
{
border-color: #C69FE1;
}
</style>