Shades of Wisteria #CA98E1
Tints of Wisteria #CA98E1
RGB
CMYK
RGB Variations
Color information
#CA98E1 (or 0xCA98E1) is known color: Wisteria. HEX triplet: CA, 98 and E1. RGB value is (202,152,225). Sum of RGB (Red+Green+Blue) = 202+152+225=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA98E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98E1 is #35671E. Grayscale: #AFAFAF. Windows color (decimal): -3499807 or 14784714. OLE color: 14784714.
HSL color Cylindrical-coordinate representation of color #CA98E1: hue angle of 281.1º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA98E1 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 152 | 225 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.12 |
| HSL | 281.1º | 0.55% | 0.74% | - |
| HSV(B) | 281.1º | 0.32% | 0.88% | - |
| XYZ | 49.18 | 40.45 | 76.45 | - |
| YUV | 175.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 225 | 0.10 | 0.32 | 0 | 0.12 | 281.1 | 0.55 | 0.74 |
| Hex | CA | 98 | E1 | A | 20 | 0 | C | 119 | 37 | 4A |
| Octal | 312 | 230 | 341 | 12 | 40 | 0 | 14 | 431 | 67 | 112 |
| Binary | 11001010 | 10011000 | 11100001 | 1010 | 100000 | 0 | 1100 | 100011001 | 110111 | 1001010 |
Color Harmonies of #CA98E1
Complementary color
Monochromatic Colors of #CA98E1
Black with #CA98E1
Text Example
Text Example
White with #CA98E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98E1; }
p { color: rgb(202,152,225); }
H1.HeaderClassName
{
color: #CA98E1;
}
.AnyTagClassName
{
color: #CA98E1;
}
</style>
background-color css
<style>
a { background-color: #CA98E1; }
a { background-color: rgb(202,152,225); }
div.DivClassName
{
background-color: #CA98E1;
}
.BgClassName
{
background-color: #CA98E1;
}
</style>
border-color css
<style>
span { border-color: #CA98E1; }
span { border-color: rgb(202,152,225); }
td.TdClassName
{
border-color: #CA98E1;
}
.TagClassName
{
border-color: #CA98E1;
}
</style>