Shades of Wisteria #CA92EC
Tints of Wisteria #CA92EC
RGB
CMYK
RGB Variations
Color information
#CA92EC (or 0xCA92EC) is known color: Wisteria. HEX triplet: CA, 92 and EC. RGB value is (202,146,236). Sum of RGB (Red+Green+Blue) = 202+146+236=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92EC is #356D13. Grayscale: #ACACAC. Windows color (decimal): -3501332 or 15504074. OLE color: 15504074.
HSL color Cylindrical-coordinate representation of color #CA92EC: hue angle of 277.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA92EC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 146 | 236 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.07 |
| HSL | 277.33º | 0.7% | 0.75% | - |
| HSV(B) | 277.33º | 0.38% | 0.93% | - |
| XYZ | 49.78 | 39.17 | 84.29 | - |
| YUV | 173 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 236 | 0.14 | 0.38 | 0 | 0.07 | 277.33 | 0.7 | 0.75 |
| Hex | CA | 92 | EC | E | 26 | 0 | 7 | 115 | 46 | 4B |
| Octal | 312 | 222 | 354 | 16 | 46 | 0 | 7 | 425 | 106 | 113 |
| Binary | 11001010 | 10010010 | 11101100 | 1110 | 100110 | 0 | 111 | 100010101 | 1000110 | 1001011 |
Color Harmonies of #CA92EC
Complementary color
Monochromatic Colors of #CA92EC
Black with #CA92EC
Text Example
Text Example
White with #CA92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92EC; }
p { color: rgb(202,146,236); }
H1.HeaderClassName
{
color: #CA92EC;
}
.AnyTagClassName
{
color: #CA92EC;
}
</style>
background-color css
<style>
a { background-color: #CA92EC; }
a { background-color: rgb(202,146,236); }
div.DivClassName
{
background-color: #CA92EC;
}
.BgClassName
{
background-color: #CA92EC;
}
</style>
border-color css
<style>
span { border-color: #CA92EC; }
span { border-color: rgb(202,146,236); }
td.TdClassName
{
border-color: #CA92EC;
}
.TagClassName
{
border-color: #CA92EC;
}
</style>