Shades of Wisteria #C788D4
Tints of Wisteria #C788D4
RGB
CMYK
RGB Variations
Color information
#C788D4 (or 0xC788D4) is known color: Wisteria. HEX triplet: C7, 88 and D4. RGB value is (199,136,212). Sum of RGB (Red+Green+Blue) = 199+136+212=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #C788D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788D4 is #38772B. Grayscale: #A3A3A3. Windows color (decimal): -3700524 or 13928647. OLE color: 13928647.
HSL color Cylindrical-coordinate representation of color #C788D4: hue angle of 289.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C788D4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 136 | 212 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.17 |
| HSL | 289.74º | 0.47% | 0.68% | - |
| HSV(B) | 289.74º | 0.36% | 0.83% | - |
| XYZ | 44.24 | 34.5 | 66.62 | - |
| YUV | 163.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 212 | 0.06 | 0.36 | 0 | 0.17 | 289.74 | 0.47 | 0.68 |
| Hex | C7 | 88 | D4 | 6 | 24 | 0 | 11 | 122 | 2F | 44 |
| Octal | 307 | 210 | 324 | 6 | 44 | 0 | 21 | 442 | 57 | 104 |
| Binary | 11000111 | 10001000 | 11010100 | 110 | 100100 | 0 | 10001 | 100100010 | 101111 | 1000100 |
Color Harmonies of #C788D4
Complementary color
Monochromatic Colors of #C788D4
Black with #C788D4
Text Example
Text Example
White with #C788D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788D4; }
p { color: rgb(199,136,212); }
H1.HeaderClassName
{
color: #C788D4;
}
.AnyTagClassName
{
color: #C788D4;
}
</style>
background-color css
<style>
a { background-color: #C788D4; }
a { background-color: rgb(199,136,212); }
div.DivClassName
{
background-color: #C788D4;
}
.BgClassName
{
background-color: #C788D4;
}
</style>
border-color css
<style>
span { border-color: #C788D4; }
span { border-color: rgb(199,136,212); }
td.TdClassName
{
border-color: #C788D4;
}
.TagClassName
{
border-color: #C788D4;
}
</style>