Shades of Lilac #C794CB
Tints of Lilac #C794CB
RGB
CMYK
RGB Variations
Color information
#C794CB (or 0xC794CB) is known color: Lilac. HEX triplet: C7, 94 and CB. RGB value is (199,148,203). Sum of RGB (Red+Green+Blue) = 199+148+203=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #C794CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C794CB is #386B34. Grayscale: #A9A9A9. Windows color (decimal): -3697461 or 13341895. OLE color: 13341895.
HSL color Cylindrical-coordinate representation of color #C794CB: hue angle of 295.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C794CB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 148 | 203 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.20 |
| HSL | 295.64º | 0.35% | 0.69% | - |
| HSV(B) | 295.64º | 0.27% | 0.8% | - |
| XYZ | 44.92 | 37.63 | 61.4 | - |
| YUV | 169.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 203 | 0.02 | 0.27 | 0 | 0.20 | 295.64 | 0.35 | 0.69 |
| Hex | C7 | 94 | CB | 2 | 1B | 0 | 14 | 128 | 23 | 45 |
| Octal | 307 | 224 | 313 | 2 | 33 | 0 | 24 | 450 | 43 | 105 |
| Binary | 11000111 | 10010100 | 11001011 | 10 | 11011 | 0 | 10100 | 100101000 | 100011 | 1000101 |
Color Harmonies of #C794CB
Complementary color
Monochromatic Colors of #C794CB
Black with #C794CB
Text Example
Text Example
White with #C794CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794CB; }
p { color: rgb(199,148,203); }
H1.HeaderClassName
{
color: #C794CB;
}
.AnyTagClassName
{
color: #C794CB;
}
</style>
background-color css
<style>
a { background-color: #C794CB; }
a { background-color: rgb(199,148,203); }
div.DivClassName
{
background-color: #C794CB;
}
.BgClassName
{
background-color: #C794CB;
}
</style>
border-color css
<style>
span { border-color: #C794CB; }
span { border-color: rgb(199,148,203); }
td.TdClassName
{
border-color: #C794CB;
}
.TagClassName
{
border-color: #C794CB;
}
</style>