Shades of Wisteria #CA88F0
Tints of Wisteria #CA88F0
RGB
CMYK
RGB Variations
Color information
#CA88F0 (or 0xCA88F0) is known color: Wisteria. HEX triplet: CA, 88 and F0. RGB value is (202,136,240). Sum of RGB (Red+Green+Blue) = 202+136+240=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88F0 is #35770F. Grayscale: #A7A7A7. Windows color (decimal): -3503888 or 15763658. OLE color: 15763658.
HSL color Cylindrical-coordinate representation of color #CA88F0: hue angle of 278.08º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA88F0 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 136 | 240 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.06 |
| HSL | 278.08º | 0.78% | 0.74% | - |
| HSV(B) | 278.08º | 0.43% | 0.94% | - |
| XYZ | 48.89 | 36.46 | 86.9 | - |
| YUV | 167.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 240 | 0.16 | 0.43 | 0 | 0.06 | 278.08 | 0.78 | 0.74 |
| Hex | CA | 88 | F0 | 10 | 2B | 0 | 6 | 116 | 4E | 4A |
| Octal | 312 | 210 | 360 | 20 | 53 | 0 | 6 | 426 | 116 | 112 |
| Binary | 11001010 | 10001000 | 11110000 | 10000 | 101011 | 0 | 110 | 100010110 | 1001110 | 1001010 |
Color Harmonies of #CA88F0
Complementary color
Monochromatic Colors of #CA88F0
Black with #CA88F0
Text Example
Text Example
White with #CA88F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88F0; }
p { color: rgb(202,136,240); }
H1.HeaderClassName
{
color: #CA88F0;
}
.AnyTagClassName
{
color: #CA88F0;
}
</style>
background-color css
<style>
a { background-color: #CA88F0; }
a { background-color: rgb(202,136,240); }
div.DivClassName
{
background-color: #CA88F0;
}
.BgClassName
{
background-color: #CA88F0;
}
</style>
border-color css
<style>
span { border-color: #CA88F0; }
span { border-color: rgb(202,136,240); }
td.TdClassName
{
border-color: #CA88F0;
}
.TagClassName
{
border-color: #CA88F0;
}
</style>