Shades of Wisteria #C894EF
Tints of Wisteria #C894EF
RGB
CMYK
RGB Variations
Color information
#C894EF (or 0xC894EF) is known color: Wisteria. HEX triplet: C8, 94 and EF. RGB value is (200,148,239). Sum of RGB (Red+Green+Blue) = 200+148+239=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #C894EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894EF is #376B10. Grayscale: #ADADAD. Windows color (decimal): -3631889 or 15701192. OLE color: 15701192.
HSL color Cylindrical-coordinate representation of color #C894EF: hue angle of 274.29º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C894EF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 148 | 239 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.06 |
| HSL | 274.29º | 0.74% | 0.76% | - |
| HSV(B) | 274.29º | 0.38% | 0.94% | - |
| XYZ | 49.99 | 39.69 | 86.69 | - |
| YUV | 173.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 239 | 0.16 | 0.38 | 0 | 0.06 | 274.29 | 0.74 | 0.76 |
| Hex | C8 | 94 | EF | 10 | 26 | 0 | 6 | 112 | 4A | 4C |
| Octal | 310 | 224 | 357 | 20 | 46 | 0 | 6 | 422 | 112 | 114 |
| Binary | 11001000 | 10010100 | 11101111 | 10000 | 100110 | 0 | 110 | 100010010 | 1001010 | 1001100 |
Color Harmonies of #C894EF
Complementary color
Monochromatic Colors of #C894EF
Black with #C894EF
Text Example
Text Example
White with #C894EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894EF; }
p { color: rgb(200,148,239); }
H1.HeaderClassName
{
color: #C894EF;
}
.AnyTagClassName
{
color: #C894EF;
}
</style>
background-color css
<style>
a { background-color: #C894EF; }
a { background-color: rgb(200,148,239); }
div.DivClassName
{
background-color: #C894EF;
}
.BgClassName
{
background-color: #C894EF;
}
</style>
border-color css
<style>
span { border-color: #C894EF; }
span { border-color: rgb(200,148,239); }
td.TdClassName
{
border-color: #C894EF;
}
.TagClassName
{
border-color: #C894EF;
}
</style>