Shades of Wisteria #C89CD4
Tints of Wisteria #C89CD4
RGB
CMYK
RGB Variations
Color information
#C89CD4 (or 0xC89CD4) is known color: Wisteria. HEX triplet: C8, 9C and D4. RGB value is (200,156,212). Sum of RGB (Red+Green+Blue) = 200+156+212=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #C89CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CD4 is #37632B. Grayscale: #AFAFAF. Windows color (decimal): -3629868 or 13933768. OLE color: 13933768.
HSL color Cylindrical-coordinate representation of color #C89CD4: hue angle of 287.14º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89CD4 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 156 | 212 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.17 |
| HSL | 287.14º | 0.39% | 0.72% | - |
| HSV(B) | 287.14º | 0.26% | 0.83% | - |
| XYZ | 47.59 | 40.81 | 67.66 | - |
| YUV | 175.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 212 | 0.06 | 0.26 | 0 | 0.17 | 287.14 | 0.39 | 0.72 |
| Hex | C8 | 9C | D4 | 6 | 1A | 0 | 11 | 11F | 27 | 48 |
| Octal | 310 | 234 | 324 | 6 | 32 | 0 | 21 | 437 | 47 | 110 |
| Binary | 11001000 | 10011100 | 11010100 | 110 | 11010 | 0 | 10001 | 100011111 | 100111 | 1001000 |
Color Harmonies of #C89CD4
Complementary color
Monochromatic Colors of #C89CD4
Black with #C89CD4
Text Example
Text Example
White with #C89CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CD4; }
p { color: rgb(200,156,212); }
H1.HeaderClassName
{
color: #C89CD4;
}
.AnyTagClassName
{
color: #C89CD4;
}
</style>
background-color css
<style>
a { background-color: #C89CD4; }
a { background-color: rgb(200,156,212); }
div.DivClassName
{
background-color: #C89CD4;
}
.BgClassName
{
background-color: #C89CD4;
}
</style>
border-color css
<style>
span { border-color: #C89CD4; }
span { border-color: rgb(200,156,212); }
td.TdClassName
{
border-color: #C89CD4;
}
.TagClassName
{
border-color: #C89CD4;
}
</style>