Shades of Lilac #C893CF
Tints of Lilac #C893CF
RGB
CMYK
RGB Variations
Color information
#C893CF (or 0xC893CF) is known color: Lilac. HEX triplet: C8, 93 and CF. RGB value is (200,147,207). Sum of RGB (Red+Green+Blue) = 200+147+207=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #C893CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893CF is #376C30. Grayscale: #A9A9A9. Windows color (decimal): -3632177 or 13603784. OLE color: 13603784.
HSL color Cylindrical-coordinate representation of color #C893CF: hue angle of 293º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C893CF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 147 | 207 | - |
CMYK | 0.03 | 0.29 | 0 | 0.19 |
HSL | 293º | 0.38% | 0.69% | - |
HSV(B) | 293º | 0.29% | 0.81% | - |
XYZ | 45.52 | 37.65 | 63.9 | - |
YUV | 169.69 | 149.06 | 149.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 147 | 207 | 0.03 | 0.29 | 0 | 0.19 | 293 | 0.38 | 0.69 |
Hex | C8 | 93 | CF | 3 | 1D | 0 | 13 | 125 | 26 | 45 |
Octal | 310 | 223 | 317 | 3 | 35 | 0 | 23 | 445 | 46 | 105 |
Binary | 11001000 | 10010011 | 11001111 | 11 | 11101 | 0 | 10011 | 100100101 | 100110 | 1000101 |
Color Harmonies of #C893CF
Complementary color
Monochromatic Colors of #C893CF
Black with #C893CF
Text Example
Text Example
White with #C893CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893CF; }
p { color: rgb(200,147,207); }
H1.HeaderClassName
{
color: #C893CF;
}
.AnyTagClassName
{
color: #C893CF;
}
</style>
background-color css
<style>
a { background-color: #C893CF; }
a { background-color: rgb(200,147,207); }
div.DivClassName
{
background-color: #C893CF;
}
.BgClassName
{
background-color: #C893CF;
}
</style>
border-color css
<style>
span { border-color: #C893CF; }
span { border-color: rgb(200,147,207); }
td.TdClassName
{
border-color: #C893CF;
}
.TagClassName
{
border-color: #C893CF;
}
</style>