Shades of Wisteria #C298D6
Tints of Wisteria #C298D6
RGB
CMYK
RGB Variations
Color information
#C298D6 (or 0xC298D6) is known color: Wisteria. HEX triplet: C2, 98 and D6. RGB value is (194,152,214). Sum of RGB (Red+Green+Blue) = 194+152+214=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #C298D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298D6 is #3D6729. Grayscale: #ABABAB. Windows color (decimal): -4024106 or 14063810. OLE color: 14063810.
HSL color Cylindrical-coordinate representation of color #C298D6: hue angle of 280.65º 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 #C298D6 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 152 | 214 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.16 |
| HSL | 280.65º | 0.43% | 0.72% | - |
| HSV(B) | 280.65º | 0.29% | 0.84% | - |
| XYZ | 45.61 | 38.78 | 68.7 | - |
| YUV | 171.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 214 | 0.09 | 0.29 | 0 | 0.16 | 280.65 | 0.43 | 0.72 |
| Hex | C2 | 98 | D6 | 9 | 1D | 0 | 10 | 119 | 2B | 48 |
| Octal | 302 | 230 | 326 | 11 | 35 | 0 | 20 | 431 | 53 | 110 |
| Binary | 11000010 | 10011000 | 11010110 | 1001 | 11101 | 0 | 10000 | 100011001 | 101011 | 1001000 |
Color Harmonies of #C298D6
Complementary color
Monochromatic Colors of #C298D6
Black with #C298D6
Text Example
Text Example
White with #C298D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298D6; }
p { color: rgb(194,152,214); }
H1.HeaderClassName
{
color: #C298D6;
}
.AnyTagClassName
{
color: #C298D6;
}
</style>
background-color css
<style>
a { background-color: #C298D6; }
a { background-color: rgb(194,152,214); }
div.DivClassName
{
background-color: #C298D6;
}
.BgClassName
{
background-color: #C298D6;
}
</style>
border-color css
<style>
span { border-color: #C298D6; }
span { border-color: rgb(194,152,214); }
td.TdClassName
{
border-color: #C298D6;
}
.TagClassName
{
border-color: #C298D6;
}
</style>