Shades of Wisteria #CA8EF2
Tints of Wisteria #CA8EF2
RGB
CMYK
RGB Variations
Color information
#CA8EF2 (or 0xCA8EF2) is known color: Wisteria. HEX triplet: CA, 8E and F2. RGB value is (202,142,242). Sum of RGB (Red+Green+Blue) = 202+142+242=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA8EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8EF2 is #35710D. Grayscale: #ABABAB. Windows color (decimal): -3502350 or 15896266. OLE color: 15896266.
HSL color Cylindrical-coordinate representation of color #CA8EF2: hue angle of 276º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8EF2 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 142 | 242 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.05 |
| HSL | 276º | 0.79% | 0.75% | - |
| HSV(B) | 276º | 0.41% | 0.95% | - |
| XYZ | 50.06 | 38.31 | 88.76 | - |
| YUV | 171.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 242 | 0.17 | 0.41 | 0 | 0.05 | 276 | 0.79 | 0.75 |
| Hex | CA | 8E | F2 | 11 | 29 | 0 | 5 | 114 | 4F | 4B |
| Octal | 312 | 216 | 362 | 21 | 51 | 0 | 5 | 424 | 117 | 113 |
| Binary | 11001010 | 10001110 | 11110010 | 10001 | 101001 | 0 | 101 | 100010100 | 1001111 | 1001011 |
Color Harmonies of #CA8EF2
Complementary color
Monochromatic Colors of #CA8EF2
Black with #CA8EF2
Text Example
Text Example
White with #CA8EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EF2; }
p { color: rgb(202,142,242); }
H1.HeaderClassName
{
color: #CA8EF2;
}
.AnyTagClassName
{
color: #CA8EF2;
}
</style>
background-color css
<style>
a { background-color: #CA8EF2; }
a { background-color: rgb(202,142,242); }
div.DivClassName
{
background-color: #CA8EF2;
}
.BgClassName
{
background-color: #CA8EF2;
}
</style>
border-color css
<style>
span { border-color: #CA8EF2; }
span { border-color: rgb(202,142,242); }
td.TdClassName
{
border-color: #CA8EF2;
}
.TagClassName
{
border-color: #CA8EF2;
}
</style>