Shades of Lily #C68AB4
Tints of Lily #C68AB4
RGB
CMYK
RGB Variations
Color information
#C68AB4 (or 0xC68AB4) is known color: Lily. HEX triplet: C6, 8A and B4. RGB value is (198,138,180). Sum of RGB (Red+Green+Blue) = 198+138+180=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AB4 is #39754B. Grayscale: #A0A0A0. Windows color (decimal): -3765580 or 11832006. OLE color: 11832006.
HSL color Cylindrical-coordinate representation of color #C68AB4: hue angle of 318º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68AB4 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 180 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.22 |
| HSL | 318º | 0.34% | 0.66% | - |
| HSV(B) | 318º | 0.3% | 0.78% | - |
| XYZ | 40.62 | 33.48 | 47.5 | - |
| YUV | 160.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 180 | 0 | 0.30 | 0.09 | 0.22 | 318 | 0.34 | 0.66 |
| Hex | C6 | 8A | B4 | 0 | 1E | 9 | 16 | 13E | 22 | 42 |
| Octal | 306 | 212 | 264 | 0 | 36 | 11 | 26 | 476 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10110100 | 0 | 11110 | 1001 | 10110 | 100111110 | 100010 | 1000010 |
Color Harmonies of #C68AB4
Complementary color
Monochromatic Colors of #C68AB4
Black with #C68AB4
Text Example
Text Example
White with #C68AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AB4; }
p { color: rgb(198,138,180); }
H1.HeaderClassName
{
color: #C68AB4;
}
.AnyTagClassName
{
color: #C68AB4;
}
</style>
background-color css
<style>
a { background-color: #C68AB4; }
a { background-color: rgb(198,138,180); }
div.DivClassName
{
background-color: #C68AB4;
}
.BgClassName
{
background-color: #C68AB4;
}
</style>
border-color css
<style>
span { border-color: #C68AB4; }
span { border-color: rgb(198,138,180); }
td.TdClassName
{
border-color: #C68AB4;
}
.TagClassName
{
border-color: #C68AB4;
}
</style>