Shades of Wisteria #C299CE
Tints of Wisteria #C299CE
RGB
CMYK
RGB Variations
Color information
#C299CE (or 0xC299CE) is known color: Wisteria. HEX triplet: C2, 99 and CE. RGB value is (194,153,206). Sum of RGB (Red+Green+Blue) = 194+153+206=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C299CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299CE is #3D6631. Grayscale: #ABABAB. Windows color (decimal): -4023858 or 13539778. OLE color: 13539778.
HSL color Cylindrical-coordinate representation of color #C299CE: hue angle of 286.42º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C299CE is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 153 | 206 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.19 |
| HSL | 286.42º | 0.35% | 0.7% | - |
| HSV(B) | 286.42º | 0.26% | 0.81% | - |
| XYZ | 44.78 | 38.71 | 63.5 | - |
| YUV | 171.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 206 | 0.06 | 0.26 | 0 | 0.19 | 286.42 | 0.35 | 0.7 |
| Hex | C2 | 99 | CE | 6 | 1A | 0 | 13 | 11E | 23 | 46 |
| Octal | 302 | 231 | 316 | 6 | 32 | 0 | 23 | 436 | 43 | 106 |
| Binary | 11000010 | 10011001 | 11001110 | 110 | 11010 | 0 | 10011 | 100011110 | 100011 | 1000110 |
Color Harmonies of #C299CE
Complementary color
Monochromatic Colors of #C299CE
Black with #C299CE
Text Example
Text Example
White with #C299CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299CE; }
p { color: rgb(194,153,206); }
H1.HeaderClassName
{
color: #C299CE;
}
.AnyTagClassName
{
color: #C299CE;
}
</style>
background-color css
<style>
a { background-color: #C299CE; }
a { background-color: rgb(194,153,206); }
div.DivClassName
{
background-color: #C299CE;
}
.BgClassName
{
background-color: #C299CE;
}
</style>
border-color css
<style>
span { border-color: #C299CE; }
span { border-color: rgb(194,153,206); }
td.TdClassName
{
border-color: #C299CE;
}
.TagClassName
{
border-color: #C299CE;
}
</style>