Shades of Wisteria #CA8CF8
Tints of Wisteria #CA8CF8
RGB
CMYK
RGB Variations
Color information
#CA8CF8 (or 0xCA8CF8) is known color: Wisteria. HEX triplet: CA, 8C and F8. RGB value is (202,140,248). Sum of RGB (Red+Green+Blue) = 202+140+248=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA8CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CF8 is #357307. Grayscale: #AAAAAA. Windows color (decimal): -3502856 or 16288970. OLE color: 16288970.
HSL color Cylindrical-coordinate representation of color #CA8CF8: hue angle of 274.44º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8CF8 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 140 | 248 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.03 |
| HSL | 274.44º | 0.89% | 0.76% | - |
| HSV(B) | 274.44º | 0.44% | 0.97% | - |
| XYZ | 50.68 | 38.09 | 93.49 | - |
| YUV | 170.85 | 171.54 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 248 | 0.19 | 0.44 | 0 | 0.03 | 274.44 | 0.89 | 0.76 |
| Hex | CA | 8C | F8 | 13 | 2C | 0 | 3 | 112 | 59 | 4C |
| Octal | 312 | 214 | 370 | 23 | 54 | 0 | 3 | 422 | 131 | 114 |
| Binary | 11001010 | 10001100 | 11111000 | 10011 | 101100 | 0 | 11 | 100010010 | 1011001 | 1001100 |
Color Harmonies of #CA8CF8
Complementary color
Monochromatic Colors of #CA8CF8
Black with #CA8CF8
Text Example
Text Example
White with #CA8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CF8; }
p { color: rgb(202,140,248); }
H1.HeaderClassName
{
color: #CA8CF8;
}
.AnyTagClassName
{
color: #CA8CF8;
}
</style>
background-color css
<style>
a { background-color: #CA8CF8; }
a { background-color: rgb(202,140,248); }
div.DivClassName
{
background-color: #CA8CF8;
}
.BgClassName
{
background-color: #CA8CF8;
}
</style>
border-color css
<style>
span { border-color: #CA8CF8; }
span { border-color: rgb(202,140,248); }
td.TdClassName
{
border-color: #CA8CF8;
}
.TagClassName
{
border-color: #CA8CF8;
}
</style>