Shades of Wisteria #C299DD
Tints of Wisteria #C299DD
RGB
CMYK
RGB Variations
Color information
#C299DD (or 0xC299DD) is known color: Wisteria. HEX triplet: C2, 99 and DD. RGB value is (194,153,221). Sum of RGB (Red+Green+Blue) = 194+153+221=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C299DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DD is #3D6622. Grayscale: #ACACAC. Windows color (decimal): -4023843 or 14522818. OLE color: 14522818.
HSL color Cylindrical-coordinate representation of color #C299DD: hue angle of 276.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C299DD is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 153 | 221 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.13 |
| HSL | 276.18º | 0.5% | 0.73% | - |
| HSV(B) | 276.18º | 0.31% | 0.87% | - |
| XYZ | 46.69 | 39.47 | 73.56 | - |
| YUV | 173.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 221 | 0.12 | 0.31 | 0 | 0.13 | 276.18 | 0.5 | 0.73 |
| Hex | C2 | 99 | DD | C | 1F | 0 | D | 114 | 32 | 49 |
| Octal | 302 | 231 | 335 | 14 | 37 | 0 | 15 | 424 | 62 | 111 |
| Binary | 11000010 | 10011001 | 11011101 | 1100 | 11111 | 0 | 1101 | 100010100 | 110010 | 1001001 |
Color Harmonies of #C299DD
Complementary color
Monochromatic Colors of #C299DD
Black with #C299DD
Text Example
Text Example
White with #C299DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299DD; }
p { color: rgb(194,153,221); }
H1.HeaderClassName
{
color: #C299DD;
}
.AnyTagClassName
{
color: #C299DD;
}
</style>
background-color css
<style>
a { background-color: #C299DD; }
a { background-color: rgb(194,153,221); }
div.DivClassName
{
background-color: #C299DD;
}
.BgClassName
{
background-color: #C299DD;
}
</style>
border-color css
<style>
span { border-color: #C299DD; }
span { border-color: rgb(194,153,221); }
td.TdClassName
{
border-color: #C299DD;
}
.TagClassName
{
border-color: #C299DD;
}
</style>