Shades of Wisteria #C69DDC
Tints of Wisteria #C69DDC
RGB
CMYK
RGB Variations
Color information
#C69DDC (or 0xC69DDC) is known color: Wisteria. HEX triplet: C6, 9D and DC. RGB value is (198,157,220). Sum of RGB (Red+Green+Blue) = 198+157+220=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #C69DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DDC is #396223. Grayscale: #B0B0B0. Windows color (decimal): -3760676 or 14458310. OLE color: 14458310.
HSL color Cylindrical-coordinate representation of color #C69DDC: hue angle of 279.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C69DDC is Cyan = 0.1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 157 | 220 | - |
| CMYK | 0.1 | 0.29 | 0 | 0.14 |
| HSL | 279.05º | 0.47% | 0.74% | - |
| HSV(B) | 279.05º | 0.29% | 0.86% | - |
| XYZ | 48.26 | 41.29 | 73.14 | - |
| YUV | 176.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 220 | 0.1 | 0.29 | 0 | 0.14 | 279.05 | 0.47 | 0.74 |
| Hex | C6 | 9D | DC | A | 1D | 0 | E | 117 | 2F | 4A |
| Octal | 306 | 235 | 334 | 12 | 35 | 0 | 16 | 427 | 57 | 112 |
| Binary | 11000110 | 10011101 | 11011100 | 1010 | 11101 | 0 | 1110 | 100010111 | 101111 | 1001010 |
Color Harmonies of #C69DDC
Complementary color
Monochromatic Colors of #C69DDC
Black with #C69DDC
Text Example
Text Example
White with #C69DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DDC; }
p { color: rgb(198,157,220); }
H1.HeaderClassName
{
color: #C69DDC;
}
.AnyTagClassName
{
color: #C69DDC;
}
</style>
background-color css
<style>
a { background-color: #C69DDC; }
a { background-color: rgb(198,157,220); }
div.DivClassName
{
background-color: #C69DDC;
}
.BgClassName
{
background-color: #C69DDC;
}
</style>
border-color css
<style>
span { border-color: #C69DDC; }
span { border-color: rgb(198,157,220); }
td.TdClassName
{
border-color: #C69DDC;
}
.TagClassName
{
border-color: #C69DDC;
}
</style>