Shades of Wisteria #CA8CF0
Tints of Wisteria #CA8CF0
RGB
CMYK
RGB Variations
Color information
#CA8CF0 (or 0xCA8CF0) is known color: Wisteria. HEX triplet: CA, 8C and F0. RGB value is (202,140,240). Sum of RGB (Red+Green+Blue) = 202+140+240=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA8CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CF0 is #35730F. Grayscale: #A9A9A9. Windows color (decimal): -3502864 or 15764682. OLE color: 15764682.
HSL color Cylindrical-coordinate representation of color #CA8CF0: hue angle of 277.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8CF0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 140 | 240 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.06 |
| HSL | 277.2º | 0.77% | 0.75% | - |
| HSV(B) | 277.2º | 0.42% | 0.94% | - |
| XYZ | 49.46 | 37.6 | 87.09 | - |
| YUV | 169.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 240 | 0.16 | 0.42 | 0 | 0.06 | 277.2 | 0.77 | 0.75 |
| Hex | CA | 8C | F0 | 10 | 2A | 0 | 6 | 115 | 4D | 4B |
| Octal | 312 | 214 | 360 | 20 | 52 | 0 | 6 | 425 | 115 | 113 |
| Binary | 11001010 | 10001100 | 11110000 | 10000 | 101010 | 0 | 110 | 100010101 | 1001101 | 1001011 |
Color Harmonies of #CA8CF0
Complementary color
Monochromatic Colors of #CA8CF0
Black with #CA8CF0
Text Example
Text Example
White with #CA8CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CF0; }
p { color: rgb(202,140,240); }
H1.HeaderClassName
{
color: #CA8CF0;
}
.AnyTagClassName
{
color: #CA8CF0;
}
</style>
background-color css
<style>
a { background-color: #CA8CF0; }
a { background-color: rgb(202,140,240); }
div.DivClassName
{
background-color: #CA8CF0;
}
.BgClassName
{
background-color: #CA8CF0;
}
</style>
border-color css
<style>
span { border-color: #CA8CF0; }
span { border-color: rgb(202,140,240); }
td.TdClassName
{
border-color: #CA8CF0;
}
.TagClassName
{
border-color: #CA8CF0;
}
</style>