Shades of Wisteria #CA8FFB
Tints of Wisteria #CA8FFB
RGB
CMYK
RGB Variations
Color information
#CA8FFB (or 0xCA8FFB) is known color: Wisteria. HEX triplet: CA, 8F and FB. RGB value is (202,143,251). Sum of RGB (Red+Green+Blue) = 202+143+251=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FFB is #357004. Grayscale: #ACACAC. Windows color (decimal): -3502085 or 16486346. OLE color: 16486346.
HSL color Cylindrical-coordinate representation of color #CA8FFB: hue angle of 272.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8FFB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 143 | 251 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.02 |
| HSL | 272.78º | 0.93% | 0.77% | - |
| HSV(B) | 272.78º | 0.43% | 0.98% | - |
| XYZ | 51.59 | 39.17 | 96.11 | - |
| YUV | 172.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 251 | 0.20 | 0.43 | 0 | 0.02 | 272.78 | 0.93 | 0.77 |
| Hex | CA | 8F | FB | 14 | 2B | 0 | 2 | 111 | 5D | 4D |
| Octal | 312 | 217 | 373 | 24 | 53 | 0 | 2 | 421 | 135 | 115 |
| Binary | 11001010 | 10001111 | 11111011 | 10100 | 101011 | 0 | 10 | 100010001 | 1011101 | 1001101 |
Color Harmonies of #CA8FFB
Complementary color
Monochromatic Colors of #CA8FFB
Black with #CA8FFB
Text Example
Text Example
White with #CA8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FFB; }
p { color: rgb(202,143,251); }
H1.HeaderClassName
{
color: #CA8FFB;
}
.AnyTagClassName
{
color: #CA8FFB;
}
</style>
background-color css
<style>
a { background-color: #CA8FFB; }
a { background-color: rgb(202,143,251); }
div.DivClassName
{
background-color: #CA8FFB;
}
.BgClassName
{
background-color: #CA8FFB;
}
</style>
border-color css
<style>
span { border-color: #CA8FFB; }
span { border-color: rgb(202,143,251); }
td.TdClassName
{
border-color: #CA8FFB;
}
.TagClassName
{
border-color: #CA8FFB;
}
</style>