Shades of Wisteria #CA8FEC
Tints of Wisteria #CA8FEC
RGB
CMYK
RGB Variations
Color information
#CA8FEC (or 0xCA8FEC) is known color: Wisteria. HEX triplet: CA, 8F and EC. RGB value is (202,143,236). Sum of RGB (Red+Green+Blue) = 202+143+236=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FEC is #357013. Grayscale: #AAAAAA. Windows color (decimal): -3502100 or 15503306. OLE color: 15503306.
HSL color Cylindrical-coordinate representation of color #CA8FEC: hue angle of 278.06º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA8FEC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 143 | 236 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.07 |
| HSL | 278.06º | 0.71% | 0.74% | - |
| HSV(B) | 278.06º | 0.39% | 0.93% | - |
| XYZ | 49.32 | 38.26 | 84.14 | - |
| YUV | 171.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 236 | 0.14 | 0.39 | 0 | 0.07 | 278.06 | 0.71 | 0.74 |
| Hex | CA | 8F | EC | E | 27 | 0 | 7 | 116 | 47 | 4A |
| Octal | 312 | 217 | 354 | 16 | 47 | 0 | 7 | 426 | 107 | 112 |
| Binary | 11001010 | 10001111 | 11101100 | 1110 | 100111 | 0 | 111 | 100010110 | 1000111 | 1001010 |
Color Harmonies of #CA8FEC
Complementary color
Monochromatic Colors of #CA8FEC
Black with #CA8FEC
Text Example
Text Example
White with #CA8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FEC; }
p { color: rgb(202,143,236); }
H1.HeaderClassName
{
color: #CA8FEC;
}
.AnyTagClassName
{
color: #CA8FEC;
}
</style>
background-color css
<style>
a { background-color: #CA8FEC; }
a { background-color: rgb(202,143,236); }
div.DivClassName
{
background-color: #CA8FEC;
}
.BgClassName
{
background-color: #CA8FEC;
}
</style>
border-color css
<style>
span { border-color: #CA8FEC; }
span { border-color: rgb(202,143,236); }
td.TdClassName
{
border-color: #CA8FEC;
}
.TagClassName
{
border-color: #CA8FEC;
}
</style>