Shades of Wisteria #CA92D5
Tints of Wisteria #CA92D5
RGB
CMYK
RGB Variations
Color information
#CA92D5 (or 0xCA92D5) is known color: Wisteria. HEX triplet: CA, 92 and D5. RGB value is (202,146,213). Sum of RGB (Red+Green+Blue) = 202+146+213=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92D5 is #356D2A. Grayscale: #AAAAAA. Windows color (decimal): -3501355 or 13996746. OLE color: 13996746.
HSL color Cylindrical-coordinate representation of color #CA92D5: hue angle of 290.15º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA92D5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 146 | 213 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.16 |
| HSL | 290.15º | 0.44% | 0.7% | - |
| HSV(B) | 290.15º | 0.31% | 0.84% | - |
| XYZ | 46.65 | 37.92 | 67.81 | - |
| YUV | 170.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 213 | 0.05 | 0.31 | 0 | 0.16 | 290.15 | 0.44 | 0.7 |
| Hex | CA | 92 | D5 | 5 | 1F | 0 | 10 | 122 | 2C | 46 |
| Octal | 312 | 222 | 325 | 5 | 37 | 0 | 20 | 442 | 54 | 106 |
| Binary | 11001010 | 10010010 | 11010101 | 101 | 11111 | 0 | 10000 | 100100010 | 101100 | 1000110 |
Color Harmonies of #CA92D5
Complementary color
Monochromatic Colors of #CA92D5
Black with #CA92D5
Text Example
Text Example
White with #CA92D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92D5; }
p { color: rgb(202,146,213); }
H1.HeaderClassName
{
color: #CA92D5;
}
.AnyTagClassName
{
color: #CA92D5;
}
</style>
background-color css
<style>
a { background-color: #CA92D5; }
a { background-color: rgb(202,146,213); }
div.DivClassName
{
background-color: #CA92D5;
}
.BgClassName
{
background-color: #CA92D5;
}
</style>
border-color css
<style>
span { border-color: #CA92D5; }
span { border-color: rgb(202,146,213); }
td.TdClassName
{
border-color: #CA92D5;
}
.TagClassName
{
border-color: #CA92D5;
}
</style>