Shades of Wisteria #CA8DFB
Tints of Wisteria #CA8DFB
RGB
CMYK
RGB Variations
Color information
#CA8DFB (or 0xCA8DFB) is known color: Wisteria. HEX triplet: CA, 8D and FB. RGB value is (202,141,251). Sum of RGB (Red+Green+Blue) = 202+141+251=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DFB is #357204. Grayscale: #ABABAB. Windows color (decimal): -3502597 or 16485834. OLE color: 16485834.
HSL color Cylindrical-coordinate representation of color #CA8DFB: hue angle of 273.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8DFB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 141 | 251 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.02 |
| HSL | 273.27º | 0.93% | 0.77% | - |
| HSV(B) | 273.27º | 0.44% | 0.98% | - |
| XYZ | 51.29 | 38.57 | 96.01 | - |
| YUV | 171.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 251 | 0.20 | 0.44 | 0 | 0.02 | 273.27 | 0.93 | 0.77 |
| Hex | CA | 8D | FB | 14 | 2C | 0 | 2 | 111 | 5D | 4D |
| Octal | 312 | 215 | 373 | 24 | 54 | 0 | 2 | 421 | 135 | 115 |
| Binary | 11001010 | 10001101 | 11111011 | 10100 | 101100 | 0 | 10 | 100010001 | 1011101 | 1001101 |
Color Harmonies of #CA8DFB
Complementary color
Monochromatic Colors of #CA8DFB
Black with #CA8DFB
Text Example
Text Example
White with #CA8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DFB; }
p { color: rgb(202,141,251); }
H1.HeaderClassName
{
color: #CA8DFB;
}
.AnyTagClassName
{
color: #CA8DFB;
}
</style>
background-color css
<style>
a { background-color: #CA8DFB; }
a { background-color: rgb(202,141,251); }
div.DivClassName
{
background-color: #CA8DFB;
}
.BgClassName
{
background-color: #CA8DFB;
}
</style>
border-color css
<style>
span { border-color: #CA8DFB; }
span { border-color: rgb(202,141,251); }
td.TdClassName
{
border-color: #CA8DFB;
}
.TagClassName
{
border-color: #CA8DFB;
}
</style>