Shades of Wisteria #CA89F3
Tints of Wisteria #CA89F3
RGB
CMYK
RGB Variations
Color information
#CA89F3 (or 0xCA89F3) is known color: Wisteria. HEX triplet: CA, 89 and F3. RGB value is (202,137,243). Sum of RGB (Red+Green+Blue) = 202+137+243=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA89F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA89F3 is #35760C. Grayscale: #A8A8A8. Windows color (decimal): -3503629 or 15960522. OLE color: 15960522.
HSL color Cylindrical-coordinate representation of color #CA89F3: hue angle of 276.79º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA89F3 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 137 | 243 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.05 |
| HSL | 276.79º | 0.82% | 0.75% | - |
| HSV(B) | 276.79º | 0.44% | 0.95% | - |
| XYZ | 49.48 | 36.92 | 89.31 | - |
| YUV | 168.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 243 | 0.17 | 0.44 | 0 | 0.05 | 276.79 | 0.82 | 0.75 |
| Hex | CA | 89 | F3 | 11 | 2C | 0 | 5 | 115 | 52 | 4B |
| Octal | 312 | 211 | 363 | 21 | 54 | 0 | 5 | 425 | 122 | 113 |
| Binary | 11001010 | 10001001 | 11110011 | 10001 | 101100 | 0 | 101 | 100010101 | 1010010 | 1001011 |
Color Harmonies of #CA89F3
Complementary color
Monochromatic Colors of #CA89F3
Black with #CA89F3
Text Example
Text Example
White with #CA89F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89F3; }
p { color: rgb(202,137,243); }
H1.HeaderClassName
{
color: #CA89F3;
}
.AnyTagClassName
{
color: #CA89F3;
}
</style>
background-color css
<style>
a { background-color: #CA89F3; }
a { background-color: rgb(202,137,243); }
div.DivClassName
{
background-color: #CA89F3;
}
.BgClassName
{
background-color: #CA89F3;
}
</style>
border-color css
<style>
span { border-color: #CA89F3; }
span { border-color: rgb(202,137,243); }
td.TdClassName
{
border-color: #CA89F3;
}
.TagClassName
{
border-color: #CA89F3;
}
</style>