Shades of Wisteria #CA92E8
Tints of Wisteria #CA92E8
RGB
CMYK
RGB Variations
Color information
#CA92E8 (or 0xCA92E8) is known color: Wisteria. HEX triplet: CA, 92 and E8. RGB value is (202,146,232). Sum of RGB (Red+Green+Blue) = 202+146+232=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA92E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92E8 is #356D17. Grayscale: #ACACAC. Windows color (decimal): -3501336 or 15241930. OLE color: 15241930.
HSL color Cylindrical-coordinate representation of color #CA92E8: hue angle of 279.07º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA92E8 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 146 | 232 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.09 |
| HSL | 279.07º | 0.65% | 0.74% | - |
| HSV(B) | 279.07º | 0.37% | 0.91% | - |
| XYZ | 49.2 | 38.94 | 81.27 | - |
| YUV | 172.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 232 | 0.13 | 0.37 | 0 | 0.09 | 279.07 | 0.65 | 0.74 |
| Hex | CA | 92 | E8 | D | 25 | 0 | 9 | 117 | 41 | 4A |
| Octal | 312 | 222 | 350 | 15 | 45 | 0 | 11 | 427 | 101 | 112 |
| Binary | 11001010 | 10010010 | 11101000 | 1101 | 100101 | 0 | 1001 | 100010111 | 1000001 | 1001010 |
Color Harmonies of #CA92E8
Complementary color
Monochromatic Colors of #CA92E8
Black with #CA92E8
Text Example
Text Example
White with #CA92E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92E8; }
p { color: rgb(202,146,232); }
H1.HeaderClassName
{
color: #CA92E8;
}
.AnyTagClassName
{
color: #CA92E8;
}
</style>
background-color css
<style>
a { background-color: #CA92E8; }
a { background-color: rgb(202,146,232); }
div.DivClassName
{
background-color: #CA92E8;
}
.BgClassName
{
background-color: #CA92E8;
}
</style>
border-color css
<style>
span { border-color: #CA92E8; }
span { border-color: rgb(202,146,232); }
td.TdClassName
{
border-color: #CA92E8;
}
.TagClassName
{
border-color: #CA92E8;
}
</style>