Shades of Wisteria #C896FA
Tints of Wisteria #C896FA
RGB
CMYK
RGB Variations
Color information
#C896FA (or 0xC896FA) is known color: Wisteria. HEX triplet: C8, 96 and FA. RGB value is (200,150,250). Sum of RGB (Red+Green+Blue) = 200+150+250=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #C896FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896FA is #376905. Grayscale: #B0B0B0. Windows color (decimal): -3631366 or 16422600. OLE color: 16422600.
HSL color Cylindrical-coordinate representation of color #C896FA: hue angle of 270º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C896FA is Cyan = 0.2, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 150 | 250 | - |
| CMYK | 0.2 | 0.4 | 0 | 0.02 |
| HSL | 270º | 0.91% | 0.78% | - |
| HSV(B) | 270º | 0.4% | 0.98% | - |
| XYZ | 51.98 | 40.99 | 95.62 | - |
| YUV | 176.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 250 | 0.2 | 0.4 | 0 | 0.02 | 270 | 0.91 | 0.78 |
| Hex | C8 | 96 | FA | 14 | 28 | 0 | 2 | 10E | 5B | 4E |
| Octal | 310 | 226 | 372 | 24 | 50 | 0 | 2 | 416 | 133 | 116 |
| Binary | 11001000 | 10010110 | 11111010 | 10100 | 101000 | 0 | 10 | 100001110 | 1011011 | 1001110 |
Color Harmonies of #C896FA
Complementary color
Monochromatic Colors of #C896FA
Black with #C896FA
Text Example
Text Example
White with #C896FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896FA; }
p { color: rgb(200,150,250); }
H1.HeaderClassName
{
color: #C896FA;
}
.AnyTagClassName
{
color: #C896FA;
}
</style>
background-color css
<style>
a { background-color: #C896FA; }
a { background-color: rgb(200,150,250); }
div.DivClassName
{
background-color: #C896FA;
}
.BgClassName
{
background-color: #C896FA;
}
</style>
border-color css
<style>
span { border-color: #C896FA; }
span { border-color: rgb(200,150,250); }
td.TdClassName
{
border-color: #C896FA;
}
.TagClassName
{
border-color: #C896FA;
}
</style>