Shades of Wisteria #CA92E0
Tints of Wisteria #CA92E0
RGB
CMYK
RGB Variations
Color information
#CA92E0 (or 0xCA92E0) is known color: Wisteria. HEX triplet: CA, 92 and E0. RGB value is (202,146,224). Sum of RGB (Red+Green+Blue) = 202+146+224=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92E0 is #356D1F. Grayscale: #ABABAB. Windows color (decimal): -3501344 or 14717642. OLE color: 14717642.
HSL color Cylindrical-coordinate representation of color #CA92E0: hue angle of 283.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA92E0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 146 | 224 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.12 |
| HSL | 283.08º | 0.56% | 0.73% | - |
| HSV(B) | 283.08º | 0.35% | 0.88% | - |
| XYZ | 48.09 | 38.5 | 75.42 | - |
| YUV | 171.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 224 | 0.10 | 0.35 | 0 | 0.12 | 283.08 | 0.56 | 0.73 |
| Hex | CA | 92 | E0 | A | 23 | 0 | C | 11B | 38 | 49 |
| Octal | 312 | 222 | 340 | 12 | 43 | 0 | 14 | 433 | 70 | 111 |
| Binary | 11001010 | 10010010 | 11100000 | 1010 | 100011 | 0 | 1100 | 100011011 | 111000 | 1001001 |
Color Harmonies of #CA92E0
Complementary color
Monochromatic Colors of #CA92E0
Black with #CA92E0
Text Example
Text Example
White with #CA92E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92E0; }
p { color: rgb(202,146,224); }
H1.HeaderClassName
{
color: #CA92E0;
}
.AnyTagClassName
{
color: #CA92E0;
}
</style>
background-color css
<style>
a { background-color: #CA92E0; }
a { background-color: rgb(202,146,224); }
div.DivClassName
{
background-color: #CA92E0;
}
.BgClassName
{
background-color: #CA92E0;
}
</style>
border-color css
<style>
span { border-color: #CA92E0; }
span { border-color: rgb(202,146,224); }
td.TdClassName
{
border-color: #CA92E0;
}
.TagClassName
{
border-color: #CA92E0;
}
</style>