Shades of Lilac #C68BCA
Tints of Lilac #C68BCA
RGB
CMYK
RGB Variations
Color information
#C68BCA (or 0xC68BCA) is known color: Lilac. HEX triplet: C6, 8B and CA. RGB value is (198,139,202). Sum of RGB (Red+Green+Blue) = 198+139+202=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C68BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BCA is #397435. Grayscale: #A3A3A3. Windows color (decimal): -3765302 or 13274054. OLE color: 13274054.
HSL color Cylindrical-coordinate representation of color #C68BCA: hue angle of 296.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C68BCA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 139 | 202 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.21 |
| HSL | 296.19º | 0.37% | 0.67% | - |
| HSV(B) | 296.19º | 0.31% | 0.79% | - |
| XYZ | 43.18 | 34.74 | 60.31 | - |
| YUV | 163.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 202 | 0.02 | 0.31 | 0 | 0.21 | 296.19 | 0.37 | 0.67 |
| Hex | C6 | 8B | CA | 2 | 1F | 0 | 15 | 128 | 25 | 43 |
| Octal | 306 | 213 | 312 | 2 | 37 | 0 | 25 | 450 | 45 | 103 |
| Binary | 11000110 | 10001011 | 11001010 | 10 | 11111 | 0 | 10101 | 100101000 | 100101 | 1000011 |
Color Harmonies of #C68BCA
Complementary color
Monochromatic Colors of #C68BCA
Black with #C68BCA
Text Example
Text Example
White with #C68BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BCA; }
p { color: rgb(198,139,202); }
H1.HeaderClassName
{
color: #C68BCA;
}
.AnyTagClassName
{
color: #C68BCA;
}
</style>
background-color css
<style>
a { background-color: #C68BCA; }
a { background-color: rgb(198,139,202); }
div.DivClassName
{
background-color: #C68BCA;
}
.BgClassName
{
background-color: #C68BCA;
}
</style>
border-color css
<style>
span { border-color: #C68BCA; }
span { border-color: rgb(198,139,202); }
td.TdClassName
{
border-color: #C68BCA;
}
.TagClassName
{
border-color: #C68BCA;
}
</style>