Shades of Wisteria #CA92DD
Tints of Wisteria #CA92DD
RGB
CMYK
RGB Variations
Color information
#CA92DD (or 0xCA92DD) is known color: Wisteria. HEX triplet: CA, 92 and DD. RGB value is (202,146,221). Sum of RGB (Red+Green+Blue) = 202+146+221=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92DD is #356D22. Grayscale: #ABABAB. Windows color (decimal): -3501347 or 14521034. OLE color: 14521034.
HSL color Cylindrical-coordinate representation of color #CA92DD: hue angle of 284.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA92DD is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 146 | 221 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.13 |
| HSL | 284.8º | 0.52% | 0.72% | - |
| HSV(B) | 284.8º | 0.34% | 0.87% | - |
| XYZ | 47.69 | 38.33 | 73.29 | - |
| YUV | 171.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 221 | 0.09 | 0.34 | 0 | 0.13 | 284.8 | 0.52 | 0.72 |
| Hex | CA | 92 | DD | 9 | 22 | 0 | D | 11D | 34 | 48 |
| Octal | 312 | 222 | 335 | 11 | 42 | 0 | 15 | 435 | 64 | 110 |
| Binary | 11001010 | 10010010 | 11011101 | 1001 | 100010 | 0 | 1101 | 100011101 | 110100 | 1001000 |
Color Harmonies of #CA92DD
Complementary color
Monochromatic Colors of #CA92DD
Black with #CA92DD
Text Example
Text Example
White with #CA92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92DD; }
p { color: rgb(202,146,221); }
H1.HeaderClassName
{
color: #CA92DD;
}
.AnyTagClassName
{
color: #CA92DD;
}
</style>
background-color css
<style>
a { background-color: #CA92DD; }
a { background-color: rgb(202,146,221); }
div.DivClassName
{
background-color: #CA92DD;
}
.BgClassName
{
background-color: #CA92DD;
}
</style>
border-color css
<style>
span { border-color: #CA92DD; }
span { border-color: rgb(202,146,221); }
td.TdClassName
{
border-color: #CA92DD;
}
.TagClassName
{
border-color: #CA92DD;
}
</style>