Shades of Lilac #C28FBD
Tints of Lilac #C28FBD
RGB
CMYK
RGB Variations
Color information
#C28FBD (or 0xC28FBD) is known color: Lilac. HEX triplet: C2, 8F and BD. RGB value is (194,143,189). Sum of RGB (Red+Green+Blue) = 194+143+189=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FBD is #3D7042. Grayscale: #A3A3A3. Windows color (decimal): -4026435 or 12423106. OLE color: 12423106.
HSL color Cylindrical-coordinate representation of color #C28FBD: hue angle of 305.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FBD is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 189 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.24 |
| HSL | 305.88º | 0.29% | 0.66% | - |
| HSV(B) | 305.88º | 0.26% | 0.76% | - |
| XYZ | 41.26 | 34.79 | 52.68 | - |
| YUV | 163.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 189 | 0 | 0.26 | 0.03 | 0.24 | 305.88 | 0.29 | 0.66 |
| Hex | C2 | 8F | BD | 0 | 1A | 3 | 18 | 132 | 1D | 42 |
| Octal | 302 | 217 | 275 | 0 | 32 | 3 | 30 | 462 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10111101 | 0 | 11010 | 11 | 11000 | 100110010 | 11101 | 1000010 |
Color Harmonies of #C28FBD
Complementary color
Monochromatic Colors of #C28FBD
Black with #C28FBD
Text Example
Text Example
White with #C28FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FBD; }
p { color: rgb(194,143,189); }
H1.HeaderClassName
{
color: #C28FBD;
}
.AnyTagClassName
{
color: #C28FBD;
}
</style>
background-color css
<style>
a { background-color: #C28FBD; }
a { background-color: rgb(194,143,189); }
div.DivClassName
{
background-color: #C28FBD;
}
.BgClassName
{
background-color: #C28FBD;
}
</style>
border-color css
<style>
span { border-color: #C28FBD; }
span { border-color: rgb(194,143,189); }
td.TdClassName
{
border-color: #C28FBD;
}
.TagClassName
{
border-color: #C28FBD;
}
</style>