Shades of Wisteria #CA92DB
Tints of Wisteria #CA92DB
RGB
CMYK
RGB Variations
Color information
#CA92DB (or 0xCA92DB) is known color: Wisteria. HEX triplet: CA, 92 and DB. RGB value is (202,146,219). Sum of RGB (Red+Green+Blue) = 202+146+219=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92DB is #356D24. Grayscale: #AAAAAA. Windows color (decimal): -3501349 or 14389962. OLE color: 14389962.
HSL color Cylindrical-coordinate representation of color #CA92DB: hue angle of 286.03º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA92DB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 146 | 219 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.14 |
| HSL | 286.03º | 0.5% | 0.72% | - |
| HSV(B) | 286.03º | 0.33% | 0.86% | - |
| XYZ | 47.42 | 38.23 | 71.9 | - |
| YUV | 171.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 219 | 0.08 | 0.33 | 0 | 0.14 | 286.03 | 0.5 | 0.72 |
| Hex | CA | 92 | DB | 8 | 21 | 0 | E | 11E | 32 | 48 |
| Octal | 312 | 222 | 333 | 10 | 41 | 0 | 16 | 436 | 62 | 110 |
| Binary | 11001010 | 10010010 | 11011011 | 1000 | 100001 | 0 | 1110 | 100011110 | 110010 | 1001000 |
Color Harmonies of #CA92DB
Complementary color
Monochromatic Colors of #CA92DB
Black with #CA92DB
Text Example
Text Example
White with #CA92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92DB; }
p { color: rgb(202,146,219); }
H1.HeaderClassName
{
color: #CA92DB;
}
.AnyTagClassName
{
color: #CA92DB;
}
</style>
background-color css
<style>
a { background-color: #CA92DB; }
a { background-color: rgb(202,146,219); }
div.DivClassName
{
background-color: #CA92DB;
}
.BgClassName
{
background-color: #CA92DB;
}
</style>
border-color css
<style>
span { border-color: #CA92DB; }
span { border-color: rgb(202,146,219); }
td.TdClassName
{
border-color: #CA92DB;
}
.TagClassName
{
border-color: #CA92DB;
}
</style>