Shades of Wisteria #C7A8DA
Tints of Wisteria #C7A8DA
RGB
CMYK
RGB Variations
Color information
#C7A8DA (or 0xC7A8DA) is known color: Wisteria. HEX triplet: C7, A8 and DA. RGB value is (199,168,218). Sum of RGB (Red+Green+Blue) = 199+168+218=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8DA is #385725. Grayscale: #B6B6B6. Windows color (decimal): -3692326 or 14330055. OLE color: 14330055.
HSL color Cylindrical-coordinate representation of color #C7A8DA: hue angle of 277.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7A8DA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 168 | 218 | - |
CMYK | 0.09 | 0.23 | 0 | 0.15 |
HSL | 277.2º | 0.4% | 0.76% | - |
HSV(B) | 277.2º | 0.23% | 0.85% | - |
XYZ | 50.21 | 45.21 | 72.41 | - |
YUV | 182.97 | 147.77 | 139.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 168 | 218 | 0.09 | 0.23 | 0 | 0.15 | 277.2 | 0.4 | 0.76 |
Hex | C7 | A8 | DA | 9 | 17 | 0 | F | 115 | 28 | 4C |
Octal | 307 | 250 | 332 | 11 | 27 | 0 | 17 | 425 | 50 | 114 |
Binary | 11000111 | 10101000 | 11011010 | 1001 | 10111 | 0 | 1111 | 100010101 | 101000 | 1001100 |
Color Harmonies of #C7A8DA
Complementary color
Monochromatic Colors of #C7A8DA
Black with #C7A8DA
Text Example
Text Example
White with #C7A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8DA; }
p { color: rgb(199,168,218); }
H1.HeaderClassName
{
color: #C7A8DA;
}
.AnyTagClassName
{
color: #C7A8DA;
}
</style>
background-color css
<style>
a { background-color: #C7A8DA; }
a { background-color: rgb(199,168,218); }
div.DivClassName
{
background-color: #C7A8DA;
}
.BgClassName
{
background-color: #C7A8DA;
}
</style>
border-color css
<style>
span { border-color: #C7A8DA; }
span { border-color: rgb(199,168,218); }
td.TdClassName
{
border-color: #C7A8DA;
}
.TagClassName
{
border-color: #C7A8DA;
}
</style>