Shades of Wisteria #CA8EF4
Tints of Wisteria #CA8EF4
RGB
CMYK
RGB Variations
Color information
#CA8EF4 (or 0xCA8EF4) is known color: Wisteria. HEX triplet: CA, 8E and F4. RGB value is (202,142,244). Sum of RGB (Red+Green+Blue) = 202+142+244=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8EF4 is #35710B. Grayscale: #ABABAB. Windows color (decimal): -3502348 or 16027338. OLE color: 16027338.
HSL color Cylindrical-coordinate representation of color #CA8EF4: hue angle of 275.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8EF4 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 142 | 244 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.04 |
| HSL | 275.29º | 0.82% | 0.76% | - |
| HSV(B) | 275.29º | 0.42% | 0.96% | - |
| XYZ | 50.36 | 38.43 | 90.35 | - |
| YUV | 171.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 244 | 0.17 | 0.42 | 0 | 0.04 | 275.29 | 0.82 | 0.76 |
| Hex | CA | 8E | F4 | 11 | 2A | 0 | 4 | 113 | 52 | 4C |
| Octal | 312 | 216 | 364 | 21 | 52 | 0 | 4 | 423 | 122 | 114 |
| Binary | 11001010 | 10001110 | 11110100 | 10001 | 101010 | 0 | 100 | 100010011 | 1010010 | 1001100 |
Color Harmonies of #CA8EF4
Complementary color
Monochromatic Colors of #CA8EF4
Black with #CA8EF4
Text Example
Text Example
White with #CA8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EF4; }
p { color: rgb(202,142,244); }
H1.HeaderClassName
{
color: #CA8EF4;
}
.AnyTagClassName
{
color: #CA8EF4;
}
</style>
background-color css
<style>
a { background-color: #CA8EF4; }
a { background-color: rgb(202,142,244); }
div.DivClassName
{
background-color: #CA8EF4;
}
.BgClassName
{
background-color: #CA8EF4;
}
</style>
border-color css
<style>
span { border-color: #CA8EF4; }
span { border-color: rgb(202,142,244); }
td.TdClassName
{
border-color: #CA8EF4;
}
.TagClassName
{
border-color: #CA8EF4;
}
</style>