Shades of Wisteria #CA98D5
Tints of Wisteria #CA98D5
RGB
CMYK
RGB Variations
Color information
#CA98D5 (or 0xCA98D5) is known color: Wisteria. HEX triplet: CA, 98 and D5. RGB value is (202,152,213). Sum of RGB (Red+Green+Blue) = 202+152+213=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98D5 is #35672A. Grayscale: #ADADAD. Windows color (decimal): -3499819 or 13998282. OLE color: 13998282.
HSL color Cylindrical-coordinate representation of color #CA98D5: hue angle of 289.18º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA98D5 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 152 | 213 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.16 |
| HSL | 289.18º | 0.42% | 0.72% | - |
| HSV(B) | 289.18º | 0.29% | 0.84% | - |
| XYZ | 47.6 | 39.82 | 68.13 | - |
| YUV | 173.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 213 | 0.05 | 0.29 | 0 | 0.16 | 289.18 | 0.42 | 0.72 |
| Hex | CA | 98 | D5 | 5 | 1D | 0 | 10 | 121 | 2A | 48 |
| Octal | 312 | 230 | 325 | 5 | 35 | 0 | 20 | 441 | 52 | 110 |
| Binary | 11001010 | 10011000 | 11010101 | 101 | 11101 | 0 | 10000 | 100100001 | 101010 | 1001000 |
Color Harmonies of #CA98D5
Complementary color
Monochromatic Colors of #CA98D5
Black with #CA98D5
Text Example
Text Example
White with #CA98D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98D5; }
p { color: rgb(202,152,213); }
H1.HeaderClassName
{
color: #CA98D5;
}
.AnyTagClassName
{
color: #CA98D5;
}
</style>
background-color css
<style>
a { background-color: #CA98D5; }
a { background-color: rgb(202,152,213); }
div.DivClassName
{
background-color: #CA98D5;
}
.BgClassName
{
background-color: #CA98D5;
}
</style>
border-color css
<style>
span { border-color: #CA98D5; }
span { border-color: rgb(202,152,213); }
td.TdClassName
{
border-color: #CA98D5;
}
.TagClassName
{
border-color: #CA98D5;
}
</style>