Shades of Wisteria #CA92DC
Tints of Wisteria #CA92DC
RGB
CMYK
RGB Variations
Color information
#CA92DC (or 0xCA92DC) is known color: Wisteria. HEX triplet: CA, 92 and DC. RGB value is (202,146,220). Sum of RGB (Red+Green+Blue) = 202+146+220=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92DC is #356D23. Grayscale: #AAAAAA. Windows color (decimal): -3501348 or 14455498. OLE color: 14455498.
HSL color Cylindrical-coordinate representation of color #CA92DC: hue angle of 285.41º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA92DC is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 146 | 220 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.14 |
| HSL | 285.41º | 0.51% | 0.72% | - |
| HSV(B) | 285.41º | 0.34% | 0.86% | - |
| XYZ | 47.55 | 38.28 | 72.59 | - |
| YUV | 171.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 220 | 0.08 | 0.34 | 0 | 0.14 | 285.41 | 0.51 | 0.72 |
| Hex | CA | 92 | DC | 8 | 22 | 0 | E | 11D | 33 | 48 |
| Octal | 312 | 222 | 334 | 10 | 42 | 0 | 16 | 435 | 63 | 110 |
| Binary | 11001010 | 10010010 | 11011100 | 1000 | 100010 | 0 | 1110 | 100011101 | 110011 | 1001000 |
Color Harmonies of #CA92DC
Complementary color
Monochromatic Colors of #CA92DC
Black with #CA92DC
Text Example
Text Example
White with #CA92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92DC; }
p { color: rgb(202,146,220); }
H1.HeaderClassName
{
color: #CA92DC;
}
.AnyTagClassName
{
color: #CA92DC;
}
</style>
background-color css
<style>
a { background-color: #CA92DC; }
a { background-color: rgb(202,146,220); }
div.DivClassName
{
background-color: #CA92DC;
}
.BgClassName
{
background-color: #CA92DC;
}
</style>
border-color css
<style>
span { border-color: #CA92DC; }
span { border-color: rgb(202,146,220); }
td.TdClassName
{
border-color: #CA92DC;
}
.TagClassName
{
border-color: #CA92DC;
}
</style>