Shades of Wisteria #CA92DE
Tints of Wisteria #CA92DE
RGB
CMYK
RGB Variations
Color information
#CA92DE (or 0xCA92DE) is known color: Wisteria. HEX triplet: CA, 92 and DE. RGB value is (202,146,222). Sum of RGB (Red+Green+Blue) = 202+146+222=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA92DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92DE is #356D21. Grayscale: #ABABAB. Windows color (decimal): -3501346 or 14586570. OLE color: 14586570.
HSL color Cylindrical-coordinate representation of color #CA92DE: hue angle of 284.21º degrees, saturation: 0.54, 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 #CA92DE is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 146 | 222 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.13 |
| HSL | 284.21º | 0.54% | 0.72% | - |
| HSV(B) | 284.21º | 0.34% | 0.87% | - |
| XYZ | 47.82 | 38.39 | 74 | - |
| YUV | 171.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 222 | 0.09 | 0.34 | 0 | 0.13 | 284.21 | 0.54 | 0.72 |
| Hex | CA | 92 | DE | 9 | 22 | 0 | D | 11C | 36 | 48 |
| Octal | 312 | 222 | 336 | 11 | 42 | 0 | 15 | 434 | 66 | 110 |
| Binary | 11001010 | 10010010 | 11011110 | 1001 | 100010 | 0 | 1101 | 100011100 | 110110 | 1001000 |
Color Harmonies of #CA92DE
Complementary color
Monochromatic Colors of #CA92DE
Black with #CA92DE
Text Example
Text Example
White with #CA92DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92DE; }
p { color: rgb(202,146,222); }
H1.HeaderClassName
{
color: #CA92DE;
}
.AnyTagClassName
{
color: #CA92DE;
}
</style>
background-color css
<style>
a { background-color: #CA92DE; }
a { background-color: rgb(202,146,222); }
div.DivClassName
{
background-color: #CA92DE;
}
.BgClassName
{
background-color: #CA92DE;
}
</style>
border-color css
<style>
span { border-color: #CA92DE; }
span { border-color: rgb(202,146,222); }
td.TdClassName
{
border-color: #CA92DE;
}
.TagClassName
{
border-color: #CA92DE;
}
</style>