Shades of Wisteria #C892FA
Tints of Wisteria #C892FA
RGB
CMYK
RGB Variations
Color information
#C892FA (or 0xC892FA) is known color: Wisteria. HEX triplet: C8, 92 and FA. RGB value is (200,146,250). Sum of RGB (Red+Green+Blue) = 200+146+250=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #C892FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892FA is #376D05. Grayscale: #ADADAD. Windows color (decimal): -3632390 or 16421576. OLE color: 16421576.
HSL color Cylindrical-coordinate representation of color #C892FA: hue angle of 271.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C892FA is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 146 | 250 | - |
| CMYK | 0.2 | 0.42 | 0 | 0.02 |
| HSL | 271.15º | 0.91% | 0.78% | - |
| HSV(B) | 271.15º | 0.42% | 0.98% | - |
| XYZ | 51.35 | 39.74 | 95.41 | - |
| YUV | 174 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 250 | 0.2 | 0.42 | 0 | 0.02 | 271.15 | 0.91 | 0.78 |
| Hex | C8 | 92 | FA | 14 | 2A | 0 | 2 | 10F | 5B | 4E |
| Octal | 310 | 222 | 372 | 24 | 52 | 0 | 2 | 417 | 133 | 116 |
| Binary | 11001000 | 10010010 | 11111010 | 10100 | 101010 | 0 | 10 | 100001111 | 1011011 | 1001110 |
Color Harmonies of #C892FA
Complementary color
Monochromatic Colors of #C892FA
Black with #C892FA
Text Example
Text Example
White with #C892FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892FA; }
p { color: rgb(200,146,250); }
H1.HeaderClassName
{
color: #C892FA;
}
.AnyTagClassName
{
color: #C892FA;
}
</style>
background-color css
<style>
a { background-color: #C892FA; }
a { background-color: rgb(200,146,250); }
div.DivClassName
{
background-color: #C892FA;
}
.BgClassName
{
background-color: #C892FA;
}
</style>
border-color css
<style>
span { border-color: #C892FA; }
span { border-color: rgb(200,146,250); }
td.TdClassName
{
border-color: #C892FA;
}
.TagClassName
{
border-color: #C892FA;
}
</style>