Shades of Wisteria #C69CDC
Tints of Wisteria #C69CDC
RGB
CMYK
RGB Variations
Color information
#C69CDC (or 0xC69CDC) is known color: Wisteria. HEX triplet: C6, 9C and DC. RGB value is (198,156,220). Sum of RGB (Red+Green+Blue) = 198+156+220=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #C69CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CDC is #396323. Grayscale: #AFAFAF. Windows color (decimal): -3760932 or 14458054. OLE color: 14458054.
HSL color Cylindrical-coordinate representation of color #C69CDC: hue angle of 279.38º degrees, saturation: 0.48, 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 #C69CDC is Cyan = 0.1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 156 | 220 | - |
| CMYK | 0.1 | 0.29 | 0 | 0.14 |
| HSL | 279.38º | 0.48% | 0.74% | - |
| HSV(B) | 279.38º | 0.29% | 0.86% | - |
| XYZ | 48.1 | 40.95 | 73.08 | - |
| YUV | 175.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 220 | 0.1 | 0.29 | 0 | 0.14 | 279.38 | 0.48 | 0.74 |
| Hex | C6 | 9C | DC | A | 1D | 0 | E | 117 | 30 | 4A |
| Octal | 306 | 234 | 334 | 12 | 35 | 0 | 16 | 427 | 60 | 112 |
| Binary | 11000110 | 10011100 | 11011100 | 1010 | 11101 | 0 | 1110 | 100010111 | 110000 | 1001010 |
Color Harmonies of #C69CDC
Complementary color
Monochromatic Colors of #C69CDC
Black with #C69CDC
Text Example
Text Example
White with #C69CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CDC; }
p { color: rgb(198,156,220); }
H1.HeaderClassName
{
color: #C69CDC;
}
.AnyTagClassName
{
color: #C69CDC;
}
</style>
background-color css
<style>
a { background-color: #C69CDC; }
a { background-color: rgb(198,156,220); }
div.DivClassName
{
background-color: #C69CDC;
}
.BgClassName
{
background-color: #C69CDC;
}
</style>
border-color css
<style>
span { border-color: #C69CDC; }
span { border-color: rgb(198,156,220); }
td.TdClassName
{
border-color: #C69CDC;
}
.TagClassName
{
border-color: #C69CDC;
}
</style>