Shades of Wisteria #C69FE6
Tints of Wisteria #C69FE6
RGB
CMYK
RGB Variations
Color information
#C69FE6 (or 0xC69FE6) is known color: Wisteria. HEX triplet: C6, 9F and E6. RGB value is (198,159,230). Sum of RGB (Red+Green+Blue) = 198+159+230=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #C69FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FE6 is #396019. Grayscale: #B2B2B2. Windows color (decimal): -3760154 or 15114182. OLE color: 15114182.
HSL color Cylindrical-coordinate representation of color #C69FE6: hue angle of 272.96º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69FE6 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 159 | 230 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.10 |
| HSL | 272.96º | 0.59% | 0.76% | - |
| HSV(B) | 272.96º | 0.31% | 0.9% | - |
| XYZ | 49.97 | 42.52 | 80.44 | - |
| YUV | 178.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 230 | 0.14 | 0.31 | 0 | 0.10 | 272.96 | 0.59 | 0.76 |
| Hex | C6 | 9F | E6 | E | 1F | 0 | A | 111 | 3B | 4C |
| Octal | 306 | 237 | 346 | 16 | 37 | 0 | 12 | 421 | 73 | 114 |
| Binary | 11000110 | 10011111 | 11100110 | 1110 | 11111 | 0 | 1010 | 100010001 | 111011 | 1001100 |
Color Harmonies of #C69FE6
Complementary color
Monochromatic Colors of #C69FE6
Black with #C69FE6
Text Example
Text Example
White with #C69FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FE6; }
p { color: rgb(198,159,230); }
H1.HeaderClassName
{
color: #C69FE6;
}
.AnyTagClassName
{
color: #C69FE6;
}
</style>
background-color css
<style>
a { background-color: #C69FE6; }
a { background-color: rgb(198,159,230); }
div.DivClassName
{
background-color: #C69FE6;
}
.BgClassName
{
background-color: #C69FE6;
}
</style>
border-color css
<style>
span { border-color: #C69FE6; }
span { border-color: rgb(198,159,230); }
td.TdClassName
{
border-color: #C69FE6;
}
.TagClassName
{
border-color: #C69FE6;
}
</style>