Shades of Wisteria #CA92D4
Tints of Wisteria #CA92D4
RGB
CMYK
RGB Variations
Color information
#CA92D4 (or 0xCA92D4) is known color: Wisteria. HEX triplet: CA, 92 and D4. RGB value is (202,146,212). Sum of RGB (Red+Green+Blue) = 202+146+212=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92D4 is #356D2B. Grayscale: #AAAAAA. Windows color (decimal): -3501356 or 13931210. OLE color: 13931210.
HSL color Cylindrical-coordinate representation of color #CA92D4: hue angle of 290.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA92D4 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 146 | 212 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.17 |
| HSL | 290.91º | 0.43% | 0.7% | - |
| HSV(B) | 290.91º | 0.31% | 0.83% | - |
| XYZ | 46.52 | 37.87 | 67.14 | - |
| YUV | 170.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 212 | 0.05 | 0.31 | 0 | 0.17 | 290.91 | 0.43 | 0.7 |
| Hex | CA | 92 | D4 | 5 | 1F | 0 | 11 | 123 | 2B | 46 |
| Octal | 312 | 222 | 324 | 5 | 37 | 0 | 21 | 443 | 53 | 106 |
| Binary | 11001010 | 10010010 | 11010100 | 101 | 11111 | 0 | 10001 | 100100011 | 101011 | 1000110 |
Color Harmonies of #CA92D4
Complementary color
Monochromatic Colors of #CA92D4
Black with #CA92D4
Text Example
Text Example
White with #CA92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92D4; }
p { color: rgb(202,146,212); }
H1.HeaderClassName
{
color: #CA92D4;
}
.AnyTagClassName
{
color: #CA92D4;
}
</style>
background-color css
<style>
a { background-color: #CA92D4; }
a { background-color: rgb(202,146,212); }
div.DivClassName
{
background-color: #CA92D4;
}
.BgClassName
{
background-color: #CA92D4;
}
</style>
border-color css
<style>
span { border-color: #CA92D4; }
span { border-color: rgb(202,146,212); }
td.TdClassName
{
border-color: #CA92D4;
}
.TagClassName
{
border-color: #CA92D4;
}
</style>