Shades of Wisteria #C6A8D4
Tints of Wisteria #C6A8D4
RGB
CMYK
RGB Variations
Color information
#C6A8D4 (or 0xC6A8D4) is known color: Wisteria. HEX triplet: C6, A8 and D4. RGB value is (198,168,212). Sum of RGB (Red+Green+Blue) = 198+168+212=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6A8D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8D4 is #39572B. Grayscale: #B5B5B5. Windows color (decimal): -3757868 or 13936838. OLE color: 13936838.
HSL color Cylindrical-coordinate representation of color #C6A8D4: hue angle of 280.91º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A8D4 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 198 | 168 | 212 | - |
CMYK | 0.07 | 0.21 | 0 | 0.17 |
HSL | 280.91º | 0.34% | 0.75% | - |
HSV(B) | 280.91º | 0.21% | 0.83% | - |
XYZ | 49.18 | 44.76 | 68.34 | - |
YUV | 181.99 | 144.94 | 139.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 168 | 212 | 0.07 | 0.21 | 0 | 0.17 | 280.91 | 0.34 | 0.75 |
Hex | C6 | A8 | D4 | 7 | 15 | 0 | 11 | 119 | 22 | 4B |
Octal | 306 | 250 | 324 | 7 | 25 | 0 | 21 | 431 | 42 | 113 |
Binary | 11000110 | 10101000 | 11010100 | 111 | 10101 | 0 | 10001 | 100011001 | 100010 | 1001011 |
Color Harmonies of #C6A8D4
Complementary color
Monochromatic Colors of #C6A8D4
Black with #C6A8D4
Text Example
Text Example
White with #C6A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8D4; }
p { color: rgb(198,168,212); }
H1.HeaderClassName
{
color: #C6A8D4;
}
.AnyTagClassName
{
color: #C6A8D4;
}
</style>
background-color css
<style>
a { background-color: #C6A8D4; }
a { background-color: rgb(198,168,212); }
div.DivClassName
{
background-color: #C6A8D4;
}
.BgClassName
{
background-color: #C6A8D4;
}
</style>
border-color css
<style>
span { border-color: #C6A8D4; }
span { border-color: rgb(198,168,212); }
td.TdClassName
{
border-color: #C6A8D4;
}
.TagClassName
{
border-color: #C6A8D4;
}
</style>