Shades of Wisteria #C281DB
Tints of Wisteria #C281DB
RGB
CMYK
RGB Variations
Color information
#C281DB (or 0xC281DB) is known color: Wisteria. HEX triplet: C2, 81 and DB. RGB value is (194,129,219). Sum of RGB (Red+Green+Blue) = 194+129+219=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C281DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281DB is #3D7E24. Grayscale: #9E9E9E. Windows color (decimal): -4029989 or 14385602. OLE color: 14385602.
HSL color Cylindrical-coordinate representation of color #C281DB: hue angle of 283.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C281DB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 129 | 219 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.14 |
| HSL | 283.33º | 0.56% | 0.68% | - |
| HSV(B) | 283.33º | 0.41% | 0.86% | - |
| XYZ | 42.88 | 32.28 | 70.99 | - |
| YUV | 158.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 219 | 0.11 | 0.41 | 0 | 0.14 | 283.33 | 0.56 | 0.68 |
| Hex | C2 | 81 | DB | B | 29 | 0 | E | 11B | 38 | 44 |
| Octal | 302 | 201 | 333 | 13 | 51 | 0 | 16 | 433 | 70 | 104 |
| Binary | 11000010 | 10000001 | 11011011 | 1011 | 101001 | 0 | 1110 | 100011011 | 111000 | 1000100 |
Color Harmonies of #C281DB
Complementary color
Monochromatic Colors of #C281DB
Black with #C281DB
Text Example
Text Example
White with #C281DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281DB; }
p { color: rgb(194,129,219); }
H1.HeaderClassName
{
color: #C281DB;
}
.AnyTagClassName
{
color: #C281DB;
}
</style>
background-color css
<style>
a { background-color: #C281DB; }
a { background-color: rgb(194,129,219); }
div.DivClassName
{
background-color: #C281DB;
}
.BgClassName
{
background-color: #C281DB;
}
</style>
border-color css
<style>
span { border-color: #C281DB; }
span { border-color: rgb(194,129,219); }
td.TdClassName
{
border-color: #C281DB;
}
.TagClassName
{
border-color: #C281DB;
}
</style>