Shades of Wisteria #C69ADF
Tints of Wisteria #C69ADF
RGB
CMYK
RGB Variations
Color information
#C69ADF (or 0xC69ADF) is known color: Wisteria. HEX triplet: C6, 9A and DF. RGB value is (198,154,223). Sum of RGB (Red+Green+Blue) = 198+154+223=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C69ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ADF is #396520. Grayscale: #AEAEAE. Windows color (decimal): -3761441 or 14654150. OLE color: 14654150.
HSL color Cylindrical-coordinate representation of color #C69ADF: hue angle of 278.26º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69ADF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 154 | 223 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.13 |
| HSL | 278.26º | 0.52% | 0.74% | - |
| HSV(B) | 278.26º | 0.31% | 0.87% | - |
| XYZ | 48.16 | 40.44 | 75.08 | - |
| YUV | 175.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 223 | 0.11 | 0.31 | 0 | 0.13 | 278.26 | 0.52 | 0.74 |
| Hex | C6 | 9A | DF | B | 1F | 0 | D | 116 | 34 | 4A |
| Octal | 306 | 232 | 337 | 13 | 37 | 0 | 15 | 426 | 64 | 112 |
| Binary | 11000110 | 10011010 | 11011111 | 1011 | 11111 | 0 | 1101 | 100010110 | 110100 | 1001010 |
Color Harmonies of #C69ADF
Complementary color
Monochromatic Colors of #C69ADF
Black with #C69ADF
Text Example
Text Example
White with #C69ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69ADF; }
p { color: rgb(198,154,223); }
H1.HeaderClassName
{
color: #C69ADF;
}
.AnyTagClassName
{
color: #C69ADF;
}
</style>
background-color css
<style>
a { background-color: #C69ADF; }
a { background-color: rgb(198,154,223); }
div.DivClassName
{
background-color: #C69ADF;
}
.BgClassName
{
background-color: #C69ADF;
}
</style>
border-color css
<style>
span { border-color: #C69ADF; }
span { border-color: rgb(198,154,223); }
td.TdClassName
{
border-color: #C69ADF;
}
.TagClassName
{
border-color: #C69ADF;
}
</style>