Shades of Wisteria #C894FB
Tints of Wisteria #C894FB
RGB
CMYK
RGB Variations
Color information
#C894FB (or 0xC894FB) is known color: Wisteria. HEX triplet: C8, 94 and FB. RGB value is (200,148,251). Sum of RGB (Red+Green+Blue) = 200+148+251=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #C894FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894FB is #376B04. Grayscale: #AEAEAE. Windows color (decimal): -3631877 or 16487624. OLE color: 16487624.
HSL color Cylindrical-coordinate representation of color #C894FB: hue angle of 270.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C894FB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 148 | 251 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.02 |
| HSL | 270.29º | 0.93% | 0.78% | - |
| HSV(B) | 270.29º | 0.41% | 0.98% | - |
| XYZ | 51.82 | 40.42 | 96.34 | - |
| YUV | 175.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 251 | 0.20 | 0.41 | 0 | 0.02 | 270.29 | 0.93 | 0.78 |
| Hex | C8 | 94 | FB | 14 | 29 | 0 | 2 | 10E | 5D | 4E |
| Octal | 310 | 224 | 373 | 24 | 51 | 0 | 2 | 416 | 135 | 116 |
| Binary | 11001000 | 10010100 | 11111011 | 10100 | 101001 | 0 | 10 | 100001110 | 1011101 | 1001110 |
Color Harmonies of #C894FB
Complementary color
Monochromatic Colors of #C894FB
Black with #C894FB
Text Example
Text Example
White with #C894FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894FB; }
p { color: rgb(200,148,251); }
H1.HeaderClassName
{
color: #C894FB;
}
.AnyTagClassName
{
color: #C894FB;
}
</style>
background-color css
<style>
a { background-color: #C894FB; }
a { background-color: rgb(200,148,251); }
div.DivClassName
{
background-color: #C894FB;
}
.BgClassName
{
background-color: #C894FB;
}
</style>
border-color css
<style>
span { border-color: #C894FB; }
span { border-color: rgb(200,148,251); }
td.TdClassName
{
border-color: #C894FB;
}
.TagClassName
{
border-color: #C894FB;
}
</style>