Shades of Wisteria #C895FA
Tints of Wisteria #C895FA
RGB
CMYK
RGB Variations
Color information
#C895FA (or 0xC895FA) is known color: Wisteria. HEX triplet: C8, 95 and FA. RGB value is (200,149,250). Sum of RGB (Red+Green+Blue) = 200+149+250=599 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.39% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #C895FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895FA is #376A05. Grayscale: #AFAFAF. Windows color (decimal): -3631622 or 16422344. OLE color: 16422344.
HSL color Cylindrical-coordinate representation of color #C895FA: hue angle of 270.3º 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 #C895FA is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 149 | 250 | - |
| CMYK | 0.2 | 0.40 | 0 | 0.02 |
| HSL | 270.3º | 0.91% | 0.78% | - |
| HSV(B) | 270.3º | 0.4% | 0.98% | - |
| XYZ | 51.82 | 40.68 | 95.56 | - |
| YUV | 175.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 250 | 0.2 | 0.40 | 0 | 0.02 | 270.3 | 0.91 | 0.78 |
| Hex | C8 | 95 | FA | 14 | 28 | 0 | 2 | 10E | 5B | 4E |
| Octal | 310 | 225 | 372 | 24 | 50 | 0 | 2 | 416 | 133 | 116 |
| Binary | 11001000 | 10010101 | 11111010 | 10100 | 101000 | 0 | 10 | 100001110 | 1011011 | 1001110 |
Color Harmonies of #C895FA
Complementary color
Monochromatic Colors of #C895FA
Black with #C895FA
Text Example
Text Example
White with #C895FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895FA; }
p { color: rgb(200,149,250); }
H1.HeaderClassName
{
color: #C895FA;
}
.AnyTagClassName
{
color: #C895FA;
}
</style>
background-color css
<style>
a { background-color: #C895FA; }
a { background-color: rgb(200,149,250); }
div.DivClassName
{
background-color: #C895FA;
}
.BgClassName
{
background-color: #C895FA;
}
</style>
border-color css
<style>
span { border-color: #C895FA; }
span { border-color: rgb(200,149,250); }
td.TdClassName
{
border-color: #C895FA;
}
.TagClassName
{
border-color: #C895FA;
}
</style>