Shades of Wisteria #C897FA
Tints of Wisteria #C897FA
RGB
CMYK
RGB Variations
Color information
#C897FA (or 0xC897FA) is known color: Wisteria. HEX triplet: C8, 97 and FA. RGB value is (200,151,250). Sum of RGB (Red+Green+Blue) = 200+151+250=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #C897FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897FA is #376805. Grayscale: #B0B0B0. Windows color (decimal): -3631110 or 16422856. OLE color: 16422856.
HSL color Cylindrical-coordinate representation of color #C897FA: hue angle of 269.7º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C897FA is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 151 | 250 | - |
| CMYK | 0.2 | 0.40 | 0 | 0.02 |
| HSL | 269.7º | 0.91% | 0.79% | - |
| HSV(B) | 269.7º | 0.4% | 0.98% | - |
| XYZ | 52.14 | 41.31 | 95.67 | - |
| YUV | 176.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 250 | 0.2 | 0.40 | 0 | 0.02 | 269.7 | 0.91 | 0.79 |
| Hex | C8 | 97 | FA | 14 | 28 | 0 | 2 | 10E | 5B | 4F |
| Octal | 310 | 227 | 372 | 24 | 50 | 0 | 2 | 416 | 133 | 117 |
| Binary | 11001000 | 10010111 | 11111010 | 10100 | 101000 | 0 | 10 | 100001110 | 1011011 | 1001111 |
Color Harmonies of #C897FA
Complementary color
Monochromatic Colors of #C897FA
Black with #C897FA
Text Example
Text Example
White with #C897FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897FA; }
p { color: rgb(200,151,250); }
H1.HeaderClassName
{
color: #C897FA;
}
.AnyTagClassName
{
color: #C897FA;
}
</style>
background-color css
<style>
a { background-color: #C897FA; }
a { background-color: rgb(200,151,250); }
div.DivClassName
{
background-color: #C897FA;
}
.BgClassName
{
background-color: #C897FA;
}
</style>
border-color css
<style>
span { border-color: #C897FA; }
span { border-color: rgb(200,151,250); }
td.TdClassName
{
border-color: #C897FA;
}
.TagClassName
{
border-color: #C897FA;
}
</style>