Shades of Wisteria #C7A1DF
Tints of Wisteria #C7A1DF
RGB
CMYK
RGB Variations
Color information
#C7A1DF (or 0xC7A1DF) is known color: Wisteria. HEX triplet: C7, A1 and DF. RGB value is (199,161,223). Sum of RGB (Red+Green+Blue) = 199+161+223=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A1DF is #385E20. Grayscale: #B3B3B3. Windows color (decimal): -3694113 or 14655943. OLE color: 14655943.
HSL color Cylindrical-coordinate representation of color #C7A1DF: hue angle of 276.77º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7A1DF is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 161 | 223 | - |
CMYK | 0.11 | 0.28 | 0 | 0.13 |
HSL | 276.77º | 0.49% | 0.75% | - |
HSV(B) | 276.77º | 0.28% | 0.87% | - |
XYZ | 49.62 | 42.96 | 75.49 | - |
YUV | 179.43 | 152.59 | 141.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 161 | 223 | 0.11 | 0.28 | 0 | 0.13 | 276.77 | 0.49 | 0.75 |
Hex | C7 | A1 | DF | B | 1C | 0 | D | 115 | 31 | 4B |
Octal | 307 | 241 | 337 | 13 | 34 | 0 | 15 | 425 | 61 | 113 |
Binary | 11000111 | 10100001 | 11011111 | 1011 | 11100 | 0 | 1101 | 100010101 | 110001 | 1001011 |
Color Harmonies of #C7A1DF
Complementary color
Monochromatic Colors of #C7A1DF
Black with #C7A1DF
Text Example
Text Example
White with #C7A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A1DF; }
p { color: rgb(199,161,223); }
H1.HeaderClassName
{
color: #C7A1DF;
}
.AnyTagClassName
{
color: #C7A1DF;
}
</style>
background-color css
<style>
a { background-color: #C7A1DF; }
a { background-color: rgb(199,161,223); }
div.DivClassName
{
background-color: #C7A1DF;
}
.BgClassName
{
background-color: #C7A1DF;
}
</style>
border-color css
<style>
span { border-color: #C7A1DF; }
span { border-color: rgb(199,161,223); }
td.TdClassName
{
border-color: #C7A1DF;
}
.TagClassName
{
border-color: #C7A1DF;
}
</style>