Shades of Wisteria #C299DA
Tints of Wisteria #C299DA
RGB
CMYK
RGB Variations
Color information
#C299DA (or 0xC299DA) is known color: Wisteria. HEX triplet: C2, 99 and DA. RGB value is (194,153,218). Sum of RGB (Red+Green+Blue) = 194+153+218=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C299DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DA is #3D6625. Grayscale: #ACACAC. Windows color (decimal): -4023846 or 14326210. OLE color: 14326210.
HSL color Cylindrical-coordinate representation of color #C299DA: hue angle of 277.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C299DA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 153 | 218 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.15 |
| HSL | 277.85º | 0.47% | 0.73% | - |
| HSV(B) | 277.85º | 0.3% | 0.85% | - |
| XYZ | 46.29 | 39.31 | 71.48 | - |
| YUV | 172.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 218 | 0.11 | 0.30 | 0 | 0.15 | 277.85 | 0.47 | 0.73 |
| Hex | C2 | 99 | DA | B | 1E | 0 | F | 116 | 2F | 49 |
| Octal | 302 | 231 | 332 | 13 | 36 | 0 | 17 | 426 | 57 | 111 |
| Binary | 11000010 | 10011001 | 11011010 | 1011 | 11110 | 0 | 1111 | 100010110 | 101111 | 1001001 |
Color Harmonies of #C299DA
Complementary color
Monochromatic Colors of #C299DA
Black with #C299DA
Text Example
Text Example
White with #C299DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299DA; }
p { color: rgb(194,153,218); }
H1.HeaderClassName
{
color: #C299DA;
}
.AnyTagClassName
{
color: #C299DA;
}
</style>
background-color css
<style>
a { background-color: #C299DA; }
a { background-color: rgb(194,153,218); }
div.DivClassName
{
background-color: #C299DA;
}
.BgClassName
{
background-color: #C299DA;
}
</style>
border-color css
<style>
span { border-color: #C299DA; }
span { border-color: rgb(194,153,218); }
td.TdClassName
{
border-color: #C299DA;
}
.TagClassName
{
border-color: #C299DA;
}
</style>