Shades of Wisteria #CA8FFD
Tints of Wisteria #CA8FFD
RGB
CMYK
RGB Variations
Color information
#CA8FFD (or 0xCA8FFD) is known color: Wisteria. HEX triplet: CA, 8F and FD. RGB value is (202,143,253). Sum of RGB (Red+Green+Blue) = 202+143+253=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FFD is #357002. Grayscale: #ACACAC. Windows color (decimal): -3502083 or 16617418. OLE color: 16617418.
HSL color Cylindrical-coordinate representation of color #CA8FFD: hue angle of 272.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8FFD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 143 | 253 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.01 |
| HSL | 272.18º | 0.96% | 0.78% | - |
| HSV(B) | 272.18º | 0.43% | 0.99% | - |
| XYZ | 51.91 | 39.29 | 97.78 | - |
| YUV | 173.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 253 | 0.20 | 0.43 | 0 | 0.01 | 272.18 | 0.96 | 0.78 |
| Hex | CA | 8F | FD | 14 | 2B | 0 | 1 | 110 | 60 | 4E |
| Octal | 312 | 217 | 375 | 24 | 53 | 0 | 1 | 420 | 140 | 116 |
| Binary | 11001010 | 10001111 | 11111101 | 10100 | 101011 | 0 | 1 | 100010000 | 1100000 | 1001110 |
Color Harmonies of #CA8FFD
Complementary color
Monochromatic Colors of #CA8FFD
Black with #CA8FFD
Text Example
Text Example
White with #CA8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FFD; }
p { color: rgb(202,143,253); }
H1.HeaderClassName
{
color: #CA8FFD;
}
.AnyTagClassName
{
color: #CA8FFD;
}
</style>
background-color css
<style>
a { background-color: #CA8FFD; }
a { background-color: rgb(202,143,253); }
div.DivClassName
{
background-color: #CA8FFD;
}
.BgClassName
{
background-color: #CA8FFD;
}
</style>
border-color css
<style>
span { border-color: #CA8FFD; }
span { border-color: rgb(202,143,253); }
td.TdClassName
{
border-color: #CA8FFD;
}
.TagClassName
{
border-color: #CA8FFD;
}
</style>