Shades of Wisteria #C894FC
Tints of Wisteria #C894FC
RGB
CMYK
RGB Variations
Color information
#C894FC (or 0xC894FC) is known color: Wisteria. HEX triplet: C8, 94 and FC. RGB value is (200,148,252). Sum of RGB (Red+Green+Blue) = 200+148+252=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 148 (58.20% from 255 or 24.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #C894FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894FC is #376B03. Grayscale: #AFAFAF. Windows color (decimal): -3631876 or 16553160. OLE color: 16553160.
HSL color Cylindrical-coordinate representation of color #C894FC: hue angle of 270º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C894FC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 148 | 252 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.01 |
| HSL | 270º | 0.95% | 0.78% | - |
| HSV(B) | 270º | 0.41% | 0.99% | - |
| XYZ | 51.98 | 40.49 | 97.17 | - |
| YUV | 175.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 252 | 0.21 | 0.41 | 0 | 0.01 | 270 | 0.95 | 0.78 |
| Hex | C8 | 94 | FC | 15 | 29 | 0 | 1 | 10E | 5F | 4E |
| Octal | 310 | 224 | 374 | 25 | 51 | 0 | 1 | 416 | 137 | 116 |
| Binary | 11001000 | 10010100 | 11111100 | 10101 | 101001 | 0 | 1 | 100001110 | 1011111 | 1001110 |
Color Harmonies of #C894FC
Complementary color
Monochromatic Colors of #C894FC
Black with #C894FC
Text Example
Text Example
White with #C894FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894FC; }
p { color: rgb(200,148,252); }
H1.HeaderClassName
{
color: #C894FC;
}
.AnyTagClassName
{
color: #C894FC;
}
</style>
background-color css
<style>
a { background-color: #C894FC; }
a { background-color: rgb(200,148,252); }
div.DivClassName
{
background-color: #C894FC;
}
.BgClassName
{
background-color: #C894FC;
}
</style>
border-color css
<style>
span { border-color: #C894FC; }
span { border-color: rgb(200,148,252); }
td.TdClassName
{
border-color: #C894FC;
}
.TagClassName
{
border-color: #C894FC;
}
</style>