Shades of Lilac #C397C8
Tints of Lilac #C397C8
RGB
CMYK
RGB Variations
Color information
#C397C8 (or 0xC397C8) is known color: Lilac. HEX triplet: C3, 97 and C8. RGB value is (195,151,200). Sum of RGB (Red+Green+Blue) = 195+151+200=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 200 - color contains mainly: blue. Hex color #C397C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397C8 is #3C6837. Grayscale: #A9A9A9. Windows color (decimal): -3958840 or 13146051. OLE color: 13146051.
HSL color Cylindrical-coordinate representation of color #C397C8: hue angle of 293.88º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C397C8 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 151 | 200 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.22 |
| HSL | 293.88º | 0.31% | 0.69% | - |
| HSV(B) | 293.88º | 0.25% | 0.78% | - |
| XYZ | 44 | 37.91 | 59.64 | - |
| YUV | 169.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 200 | 0.02 | 0.24 | 0 | 0.22 | 293.88 | 0.31 | 0.69 |
| Hex | C3 | 97 | C8 | 2 | 18 | 0 | 16 | 126 | 1F | 45 |
| Octal | 303 | 227 | 310 | 2 | 30 | 0 | 26 | 446 | 37 | 105 |
| Binary | 11000011 | 10010111 | 11001000 | 10 | 11000 | 0 | 10110 | 100100110 | 11111 | 1000101 |
Color Harmonies of #C397C8
Complementary color
Monochromatic Colors of #C397C8
Black with #C397C8
Text Example
Text Example
White with #C397C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397C8; }
p { color: rgb(195,151,200); }
H1.HeaderClassName
{
color: #C397C8;
}
.AnyTagClassName
{
color: #C397C8;
}
</style>
background-color css
<style>
a { background-color: #C397C8; }
a { background-color: rgb(195,151,200); }
div.DivClassName
{
background-color: #C397C8;
}
.BgClassName
{
background-color: #C397C8;
}
</style>
border-color css
<style>
span { border-color: #C397C8; }
span { border-color: rgb(195,151,200); }
td.TdClassName
{
border-color: #C397C8;
}
.TagClassName
{
border-color: #C397C8;
}
</style>