Shades of Wisteria #CA8DF0
Tints of Wisteria #CA8DF0
RGB
CMYK
RGB Variations
Color information
#CA8DF0 (or 0xCA8DF0) is known color: Wisteria. HEX triplet: CA, 8D and F0. RGB value is (202,141,240). Sum of RGB (Red+Green+Blue) = 202+141+240=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA8DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DF0 is #35720F. Grayscale: #AAAAAA. Windows color (decimal): -3502608 or 15764938. OLE color: 15764938.
HSL color Cylindrical-coordinate representation of color #CA8DF0: hue angle of 276.97º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8DF0 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 141 | 240 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.06 |
| HSL | 276.97º | 0.77% | 0.75% | - |
| HSV(B) | 276.97º | 0.41% | 0.94% | - |
| XYZ | 49.61 | 37.9 | 87.14 | - |
| YUV | 170.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 240 | 0.16 | 0.41 | 0 | 0.06 | 276.97 | 0.77 | 0.75 |
| Hex | CA | 8D | F0 | 10 | 29 | 0 | 6 | 115 | 4D | 4B |
| Octal | 312 | 215 | 360 | 20 | 51 | 0 | 6 | 425 | 115 | 113 |
| Binary | 11001010 | 10001101 | 11110000 | 10000 | 101001 | 0 | 110 | 100010101 | 1001101 | 1001011 |
Color Harmonies of #CA8DF0
Complementary color
Monochromatic Colors of #CA8DF0
Black with #CA8DF0
Text Example
Text Example
White with #CA8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DF0; }
p { color: rgb(202,141,240); }
H1.HeaderClassName
{
color: #CA8DF0;
}
.AnyTagClassName
{
color: #CA8DF0;
}
</style>
background-color css
<style>
a { background-color: #CA8DF0; }
a { background-color: rgb(202,141,240); }
div.DivClassName
{
background-color: #CA8DF0;
}
.BgClassName
{
background-color: #CA8DF0;
}
</style>
border-color css
<style>
span { border-color: #CA8DF0; }
span { border-color: rgb(202,141,240); }
td.TdClassName
{
border-color: #CA8DF0;
}
.TagClassName
{
border-color: #CA8DF0;
}
</style>