Shades of Wisteria #C895FC
Tints of Wisteria #C895FC
RGB
CMYK
RGB Variations
Color information
#C895FC (or 0xC895FC) is known color: Wisteria. HEX triplet: C8, 95 and FC. RGB value is (200,149,252). Sum of RGB (Red+Green+Blue) = 200+149+252=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C895FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895FC is #376A03. Grayscale: #AFAFAF. Windows color (decimal): -3631620 or 16553416. OLE color: 16553416.
HSL color Cylindrical-coordinate representation of color #C895FC: hue angle of 269.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C895FC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 149 | 252 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.01 |
| HSL | 269.71º | 0.94% | 0.79% | - |
| HSV(B) | 269.71º | 0.41% | 0.99% | - |
| XYZ | 52.14 | 40.8 | 97.22 | - |
| YUV | 175.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 252 | 0.21 | 0.41 | 0 | 0.01 | 269.71 | 0.94 | 0.79 |
| Hex | C8 | 95 | FC | 15 | 29 | 0 | 1 | 10E | 5E | 4F |
| Octal | 310 | 225 | 374 | 25 | 51 | 0 | 1 | 416 | 136 | 117 |
| Binary | 11001000 | 10010101 | 11111100 | 10101 | 101001 | 0 | 1 | 100001110 | 1011110 | 1001111 |
Color Harmonies of #C895FC
Complementary color
Monochromatic Colors of #C895FC
Black with #C895FC
Text Example
Text Example
White with #C895FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895FC; }
p { color: rgb(200,149,252); }
H1.HeaderClassName
{
color: #C895FC;
}
.AnyTagClassName
{
color: #C895FC;
}
</style>
background-color css
<style>
a { background-color: #C895FC; }
a { background-color: rgb(200,149,252); }
div.DivClassName
{
background-color: #C895FC;
}
.BgClassName
{
background-color: #C895FC;
}
</style>
border-color css
<style>
span { border-color: #C895FC; }
span { border-color: rgb(200,149,252); }
td.TdClassName
{
border-color: #C895FC;
}
.TagClassName
{
border-color: #C895FC;
}
</style>