Shades of Wisteria #C88CD6
Tints of Wisteria #C88CD6
RGB
CMYK
RGB Variations
Color information
#C88CD6 (or 0xC88CD6) is known color: Wisteria. HEX triplet: C8, 8C and D6. RGB value is (200,140,214). Sum of RGB (Red+Green+Blue) = 200+140+214=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #C88CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CD6 is #377329. Grayscale: #A6A6A6. Windows color (decimal): -3633962 or 14060744. OLE color: 14060744.
HSL color Cylindrical-coordinate representation of color #C88CD6: hue angle of 288.65º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88CD6 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 140 | 214 | - |
CMYK | 0.07 | 0.35 | 0 | 0.16 |
HSL | 288.65º | 0.47% | 0.69% | - |
HSV(B) | 288.65º | 0.35% | 0.84% | - |
XYZ | 45.34 | 35.89 | 68.16 | - |
YUV | 166.38 | 154.88 | 151.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 140 | 214 | 0.07 | 0.35 | 0 | 0.16 | 288.65 | 0.47 | 0.69 |
Hex | C8 | 8C | D6 | 7 | 23 | 0 | 10 | 121 | 2F | 45 |
Octal | 310 | 214 | 326 | 7 | 43 | 0 | 20 | 441 | 57 | 105 |
Binary | 11001000 | 10001100 | 11010110 | 111 | 100011 | 0 | 10000 | 100100001 | 101111 | 1000101 |
Color Harmonies of #C88CD6
Complementary color
Monochromatic Colors of #C88CD6
Black with #C88CD6
Text Example
Text Example
White with #C88CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CD6; }
p { color: rgb(200,140,214); }
H1.HeaderClassName
{
color: #C88CD6;
}
.AnyTagClassName
{
color: #C88CD6;
}
</style>
background-color css
<style>
a { background-color: #C88CD6; }
a { background-color: rgb(200,140,214); }
div.DivClassName
{
background-color: #C88CD6;
}
.BgClassName
{
background-color: #C88CD6;
}
</style>
border-color css
<style>
span { border-color: #C88CD6; }
span { border-color: rgb(200,140,214); }
td.TdClassName
{
border-color: #C88CD6;
}
.TagClassName
{
border-color: #C88CD6;
}
</style>