Shades of Wisteria #C892DB
Tints of Wisteria #C892DB
RGB
CMYK
RGB Variations
Color information
#C892DB (or 0xC892DB) is known color: Wisteria. HEX triplet: C8, 92 and DB. RGB value is (200,146,219). Sum of RGB (Red+Green+Blue) = 200+146+219=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C892DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892DB is #376D24. Grayscale: #AAAAAA. Windows color (decimal): -3632421 or 14389960. OLE color: 14389960.
HSL color Cylindrical-coordinate representation of color #C892DB: hue angle of 284.38º 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 #C892DB is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 146 | 219 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.14 |
| HSL | 284.38º | 0.5% | 0.72% | - |
| HSV(B) | 284.38º | 0.33% | 0.86% | - |
| XYZ | 46.88 | 37.95 | 71.87 | - |
| YUV | 170.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 219 | 0.09 | 0.33 | 0 | 0.14 | 284.38 | 0.5 | 0.72 |
| Hex | C8 | 92 | DB | 9 | 21 | 0 | E | 11C | 32 | 48 |
| Octal | 310 | 222 | 333 | 11 | 41 | 0 | 16 | 434 | 62 | 110 |
| Binary | 11001000 | 10010010 | 11011011 | 1001 | 100001 | 0 | 1110 | 100011100 | 110010 | 1001000 |
Color Harmonies of #C892DB
Complementary color
Monochromatic Colors of #C892DB
Black with #C892DB
Text Example
Text Example
White with #C892DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892DB; }
p { color: rgb(200,146,219); }
H1.HeaderClassName
{
color: #C892DB;
}
.AnyTagClassName
{
color: #C892DB;
}
</style>
background-color css
<style>
a { background-color: #C892DB; }
a { background-color: rgb(200,146,219); }
div.DivClassName
{
background-color: #C892DB;
}
.BgClassName
{
background-color: #C892DB;
}
</style>
border-color css
<style>
span { border-color: #C892DB; }
span { border-color: rgb(200,146,219); }
td.TdClassName
{
border-color: #C892DB;
}
.TagClassName
{
border-color: #C892DB;
}
</style>