Shades of Wisteria #CA8FE3
Tints of Wisteria #CA8FE3
RGB
CMYK
RGB Variations
Color information
#CA8FE3 (or 0xCA8FE3) is known color: Wisteria. HEX triplet: CA, 8F and E3. RGB value is (202,143,227). Sum of RGB (Red+Green+Blue) = 202+143+227=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA8FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FE3 is #35701C. Grayscale: #A9A9A9. Windows color (decimal): -3502109 or 14913482. OLE color: 14913482.
HSL color Cylindrical-coordinate representation of color #CA8FE3: hue angle of 282.14º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA8FE3 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 143 | 227 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.11 |
| HSL | 282.14º | 0.6% | 0.73% | - |
| HSV(B) | 282.14º | 0.37% | 0.89% | - |
| XYZ | 48.04 | 37.75 | 77.43 | - |
| YUV | 170.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 227 | 0.11 | 0.37 | 0 | 0.11 | 282.14 | 0.6 | 0.73 |
| Hex | CA | 8F | E3 | B | 25 | 0 | B | 11A | 3C | 49 |
| Octal | 312 | 217 | 343 | 13 | 45 | 0 | 13 | 432 | 74 | 111 |
| Binary | 11001010 | 10001111 | 11100011 | 1011 | 100101 | 0 | 1011 | 100011010 | 111100 | 1001001 |
Color Harmonies of #CA8FE3
Complementary color
Monochromatic Colors of #CA8FE3
Black with #CA8FE3
Text Example
Text Example
White with #CA8FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FE3; }
p { color: rgb(202,143,227); }
H1.HeaderClassName
{
color: #CA8FE3;
}
.AnyTagClassName
{
color: #CA8FE3;
}
</style>
background-color css
<style>
a { background-color: #CA8FE3; }
a { background-color: rgb(202,143,227); }
div.DivClassName
{
background-color: #CA8FE3;
}
.BgClassName
{
background-color: #CA8FE3;
}
</style>
border-color css
<style>
span { border-color: #CA8FE3; }
span { border-color: rgb(202,143,227); }
td.TdClassName
{
border-color: #CA8FE3;
}
.TagClassName
{
border-color: #CA8FE3;
}
</style>