Shades of Wisteria #C69FE3
Tints of Wisteria #C69FE3
RGB
CMYK
RGB Variations
Color information
#C69FE3 (or 0xC69FE3) is known color: Wisteria. HEX triplet: C6, 9F and E3. RGB value is (198,159,227). Sum of RGB (Red+Green+Blue) = 198+159+227=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #C69FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FE3 is #39601C. Grayscale: #B2B2B2. Windows color (decimal): -3760157 or 14917574. OLE color: 14917574.
HSL color Cylindrical-coordinate representation of color #C69FE3: hue angle of 274.41º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69FE3 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 159 | 227 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.11 |
| HSL | 274.41º | 0.55% | 0.76% | - |
| HSV(B) | 274.41º | 0.3% | 0.89% | - |
| XYZ | 49.55 | 42.35 | 78.24 | - |
| YUV | 178.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 227 | 0.13 | 0.30 | 0 | 0.11 | 274.41 | 0.55 | 0.76 |
| Hex | C6 | 9F | E3 | D | 1E | 0 | B | 112 | 37 | 4C |
| Octal | 306 | 237 | 343 | 15 | 36 | 0 | 13 | 422 | 67 | 114 |
| Binary | 11000110 | 10011111 | 11100011 | 1101 | 11110 | 0 | 1011 | 100010010 | 110111 | 1001100 |
Color Harmonies of #C69FE3
Complementary color
Monochromatic Colors of #C69FE3
Black with #C69FE3
Text Example
Text Example
White with #C69FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FE3; }
p { color: rgb(198,159,227); }
H1.HeaderClassName
{
color: #C69FE3;
}
.AnyTagClassName
{
color: #C69FE3;
}
</style>
background-color css
<style>
a { background-color: #C69FE3; }
a { background-color: rgb(198,159,227); }
div.DivClassName
{
background-color: #C69FE3;
}
.BgClassName
{
background-color: #C69FE3;
}
</style>
border-color css
<style>
span { border-color: #C69FE3; }
span { border-color: rgb(198,159,227); }
td.TdClassName
{
border-color: #C69FE3;
}
.TagClassName
{
border-color: #C69FE3;
}
</style>