Shades of Wisteria #C299D6
Tints of Wisteria #C299D6
RGB
CMYK
RGB Variations
Color information
#C299D6 (or 0xC299D6) is known color: Wisteria. HEX triplet: C2, 99 and D6. RGB value is (194,153,214). Sum of RGB (Red+Green+Blue) = 194+153+214=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #C299D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299D6 is #3D6629. Grayscale: #ACACAC. Windows color (decimal): -4023850 or 14064066. OLE color: 14064066.
HSL color Cylindrical-coordinate representation of color #C299D6: hue angle of 280.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C299D6 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 153 | 214 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.16 |
| HSL | 280.33º | 0.43% | 0.72% | - |
| HSV(B) | 280.33º | 0.29% | 0.84% | - |
| XYZ | 45.78 | 39.11 | 68.75 | - |
| YUV | 172.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 214 | 0.09 | 0.29 | 0 | 0.16 | 280.33 | 0.43 | 0.72 |
| Hex | C2 | 99 | D6 | 9 | 1D | 0 | 10 | 118 | 2B | 48 |
| Octal | 302 | 231 | 326 | 11 | 35 | 0 | 20 | 430 | 53 | 110 |
| Binary | 11000010 | 10011001 | 11010110 | 1001 | 11101 | 0 | 10000 | 100011000 | 101011 | 1001000 |
Color Harmonies of #C299D6
Complementary color
Monochromatic Colors of #C299D6
Black with #C299D6
Text Example
Text Example
White with #C299D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299D6; }
p { color: rgb(194,153,214); }
H1.HeaderClassName
{
color: #C299D6;
}
.AnyTagClassName
{
color: #C299D6;
}
</style>
background-color css
<style>
a { background-color: #C299D6; }
a { background-color: rgb(194,153,214); }
div.DivClassName
{
background-color: #C299D6;
}
.BgClassName
{
background-color: #C299D6;
}
</style>
border-color css
<style>
span { border-color: #C299D6; }
span { border-color: rgb(194,153,214); }
td.TdClassName
{
border-color: #C299D6;
}
.TagClassName
{
border-color: #C299D6;
}
</style>