Shades of Wisteria #C895E6
Tints of Wisteria #C895E6
RGB
CMYK
RGB Variations
Color information
#C895E6 (or 0xC895E6) is known color: Wisteria. HEX triplet: C8, 95 and E6. RGB value is (200,149,230). Sum of RGB (Red+Green+Blue) = 200+149+230=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #C895E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895E6 is #376A19. Grayscale: #ADADAD. Windows color (decimal): -3631642 or 15111624. OLE color: 15111624.
HSL color Cylindrical-coordinate representation of color #C895E6: hue angle of 277.78º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C895E6 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 149 | 230 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.10 |
| HSL | 277.78º | 0.62% | 0.74% | - |
| HSV(B) | 277.78º | 0.35% | 0.9% | - |
| XYZ | 48.85 | 39.49 | 79.91 | - |
| YUV | 173.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 230 | 0.13 | 0.35 | 0 | 0.10 | 277.78 | 0.62 | 0.74 |
| Hex | C8 | 95 | E6 | D | 23 | 0 | A | 116 | 3E | 4A |
| Octal | 310 | 225 | 346 | 15 | 43 | 0 | 12 | 426 | 76 | 112 |
| Binary | 11001000 | 10010101 | 11100110 | 1101 | 100011 | 0 | 1010 | 100010110 | 111110 | 1001010 |
Color Harmonies of #C895E6
Complementary color
Monochromatic Colors of #C895E6
Black with #C895E6
Text Example
Text Example
White with #C895E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895E6; }
p { color: rgb(200,149,230); }
H1.HeaderClassName
{
color: #C895E6;
}
.AnyTagClassName
{
color: #C895E6;
}
</style>
background-color css
<style>
a { background-color: #C895E6; }
a { background-color: rgb(200,149,230); }
div.DivClassName
{
background-color: #C895E6;
}
.BgClassName
{
background-color: #C895E6;
}
</style>
border-color css
<style>
span { border-color: #C895E6; }
span { border-color: rgb(200,149,230); }
td.TdClassName
{
border-color: #C895E6;
}
.TagClassName
{
border-color: #C895E6;
}
</style>