Shades of Wisteria #CA92E6
Tints of Wisteria #CA92E6
RGB
CMYK
RGB Variations
Color information
#CA92E6 (or 0xCA92E6) is known color: Wisteria. HEX triplet: CA, 92 and E6. RGB value is (202,146,230). Sum of RGB (Red+Green+Blue) = 202+146+230=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA92E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92E6 is #356D19. Grayscale: #ACACAC. Windows color (decimal): -3501338 or 15110858. OLE color: 15110858.
HSL color Cylindrical-coordinate representation of color #CA92E6: hue angle of 280º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA92E6 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 146 | 230 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.10 |
| HSL | 280º | 0.63% | 0.74% | - |
| HSV(B) | 280º | 0.37% | 0.9% | - |
| XYZ | 48.92 | 38.83 | 79.78 | - |
| YUV | 172.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 230 | 0.12 | 0.37 | 0 | 0.10 | 280 | 0.63 | 0.74 |
| Hex | CA | 92 | E6 | C | 25 | 0 | A | 118 | 3F | 4A |
| Octal | 312 | 222 | 346 | 14 | 45 | 0 | 12 | 430 | 77 | 112 |
| Binary | 11001010 | 10010010 | 11100110 | 1100 | 100101 | 0 | 1010 | 100011000 | 111111 | 1001010 |
Color Harmonies of #CA92E6
Complementary color
Monochromatic Colors of #CA92E6
Black with #CA92E6
Text Example
Text Example
White with #CA92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92E6; }
p { color: rgb(202,146,230); }
H1.HeaderClassName
{
color: #CA92E6;
}
.AnyTagClassName
{
color: #CA92E6;
}
</style>
background-color css
<style>
a { background-color: #CA92E6; }
a { background-color: rgb(202,146,230); }
div.DivClassName
{
background-color: #CA92E6;
}
.BgClassName
{
background-color: #CA92E6;
}
</style>
border-color css
<style>
span { border-color: #CA92E6; }
span { border-color: rgb(202,146,230); }
td.TdClassName
{
border-color: #CA92E6;
}
.TagClassName
{
border-color: #CA92E6;
}
</style>