Shades of Wisteria #C895FB
Tints of Wisteria #C895FB
RGB
CMYK
RGB Variations
Color information
#C895FB (or 0xC895FB) is known color: Wisteria. HEX triplet: C8, 95 and FB. RGB value is (200,149,251). Sum of RGB (Red+Green+Blue) = 200+149+251=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #C895FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895FB is #376A04. Grayscale: #AFAFAF. Windows color (decimal): -3631621 or 16487880. OLE color: 16487880.
HSL color Cylindrical-coordinate representation of color #C895FB: hue angle of 270º 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 #C895FB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 149 | 251 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.02 |
| HSL | 270º | 0.93% | 0.78% | - |
| HSV(B) | 270º | 0.41% | 0.98% | - |
| XYZ | 51.98 | 40.74 | 96.39 | - |
| YUV | 175.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 251 | 0.20 | 0.41 | 0 | 0.02 | 270 | 0.93 | 0.78 |
| Hex | C8 | 95 | FB | 14 | 29 | 0 | 2 | 10E | 5D | 4E |
| Octal | 310 | 225 | 373 | 24 | 51 | 0 | 2 | 416 | 135 | 116 |
| Binary | 11001000 | 10010101 | 11111011 | 10100 | 101001 | 0 | 10 | 100001110 | 1011101 | 1001110 |
Color Harmonies of #C895FB
Complementary color
Monochromatic Colors of #C895FB
Black with #C895FB
Text Example
Text Example
White with #C895FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895FB; }
p { color: rgb(200,149,251); }
H1.HeaderClassName
{
color: #C895FB;
}
.AnyTagClassName
{
color: #C895FB;
}
</style>
background-color css
<style>
a { background-color: #C895FB; }
a { background-color: rgb(200,149,251); }
div.DivClassName
{
background-color: #C895FB;
}
.BgClassName
{
background-color: #C895FB;
}
</style>
border-color css
<style>
span { border-color: #C895FB; }
span { border-color: rgb(200,149,251); }
td.TdClassName
{
border-color: #C895FB;
}
.TagClassName
{
border-color: #C895FB;
}
</style>