Shades of Wisteria #CA92FB
Tints of Wisteria #CA92FB
RGB
CMYK
RGB Variations
Color information
#CA92FB (or 0xCA92FB) is known color: Wisteria. HEX triplet: CA, 92 and FB. RGB value is (202,146,251). Sum of RGB (Red+Green+Blue) = 202+146+251=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92FB is #356D04. Grayscale: #AEAEAE. Windows color (decimal): -3501317 or 16487114. OLE color: 16487114.
HSL color Cylindrical-coordinate representation of color #CA92FB: hue angle of 272º degrees, saturation: 0.93, 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 #CA92FB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 146 | 251 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.02 |
| HSL | 272º | 0.93% | 0.78% | - |
| HSV(B) | 272º | 0.42% | 0.98% | - |
| XYZ | 52.05 | 40.08 | 96.26 | - |
| YUV | 174.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 251 | 0.20 | 0.42 | 0 | 0.02 | 272 | 0.93 | 0.78 |
| Hex | CA | 92 | FB | 14 | 2A | 0 | 2 | 110 | 5D | 4E |
| Octal | 312 | 222 | 373 | 24 | 52 | 0 | 2 | 420 | 135 | 116 |
| Binary | 11001010 | 10010010 | 11111011 | 10100 | 101010 | 0 | 10 | 100010000 | 1011101 | 1001110 |
Color Harmonies of #CA92FB
Complementary color
Monochromatic Colors of #CA92FB
Black with #CA92FB
Text Example
Text Example
White with #CA92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92FB; }
p { color: rgb(202,146,251); }
H1.HeaderClassName
{
color: #CA92FB;
}
.AnyTagClassName
{
color: #CA92FB;
}
</style>
background-color css
<style>
a { background-color: #CA92FB; }
a { background-color: rgb(202,146,251); }
div.DivClassName
{
background-color: #CA92FB;
}
.BgClassName
{
background-color: #CA92FB;
}
</style>
border-color css
<style>
span { border-color: #CA92FB; }
span { border-color: rgb(202,146,251); }
td.TdClassName
{
border-color: #CA92FB;
}
.TagClassName
{
border-color: #CA92FB;
}
</style>