Shades of Wisteria #CA97F8
Tints of Wisteria #CA97F8
RGB
CMYK
RGB Variations
Color information
#CA97F8 (or 0xCA97F8) is known color: Wisteria. HEX triplet: CA, 97 and F8. RGB value is (202,151,248). Sum of RGB (Red+Green+Blue) = 202+151+248=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA97F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97F8 is #356807. Grayscale: #B0B0B0. Windows color (decimal): -3500040 or 16291786. OLE color: 16291786.
HSL color Cylindrical-coordinate representation of color #CA97F8: hue angle of 271.55º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA97F8 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 151 | 248 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.03 |
| HSL | 271.55º | 0.87% | 0.78% | - |
| HSV(B) | 271.55º | 0.39% | 0.97% | - |
| XYZ | 52.37 | 41.47 | 94.05 | - |
| YUV | 177.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 248 | 0.19 | 0.39 | 0 | 0.03 | 271.55 | 0.87 | 0.78 |
| Hex | CA | 97 | F8 | 13 | 27 | 0 | 3 | 110 | 57 | 4E |
| Octal | 312 | 227 | 370 | 23 | 47 | 0 | 3 | 420 | 127 | 116 |
| Binary | 11001010 | 10010111 | 11111000 | 10011 | 100111 | 0 | 11 | 100010000 | 1010111 | 1001110 |
Color Harmonies of #CA97F8
Complementary color
Monochromatic Colors of #CA97F8
Black with #CA97F8
Text Example
Text Example
White with #CA97F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA97F8; }
p { color: rgb(202,151,248); }
H1.HeaderClassName
{
color: #CA97F8;
}
.AnyTagClassName
{
color: #CA97F8;
}
</style>
background-color css
<style>
a { background-color: #CA97F8; }
a { background-color: rgb(202,151,248); }
div.DivClassName
{
background-color: #CA97F8;
}
.BgClassName
{
background-color: #CA97F8;
}
</style>
border-color css
<style>
span { border-color: #CA97F8; }
span { border-color: rgb(202,151,248); }
td.TdClassName
{
border-color: #CA97F8;
}
.TagClassName
{
border-color: #CA97F8;
}
</style>