Shades of Lily #C695BC
Tints of Lily #C695BC
RGB
CMYK
RGB Variations
Color information
#C695BC (or 0xC695BC) is known color: Lily. HEX triplet: C6, 95 and BC. RGB value is (198,149,188). Sum of RGB (Red+Green+Blue) = 198+149+188=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C695BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695BC is #396A43. Grayscale: #A7A7A7. Windows color (decimal): -3762756 or 12359110. OLE color: 12359110.
HSL color Cylindrical-coordinate representation of color #C695BC: hue angle of 312.24º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C695BC is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 188 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.22 |
| HSL | 312.24º | 0.3% | 0.68% | - |
| HSV(B) | 312.24º | 0.25% | 0.78% | - |
| XYZ | 43.11 | 37.13 | 52.47 | - |
| YUV | 168.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 188 | 0 | 0.25 | 0.05 | 0.22 | 312.24 | 0.3 | 0.68 |
| Hex | C6 | 95 | BC | 0 | 19 | 5 | 16 | 138 | 1E | 44 |
| Octal | 306 | 225 | 274 | 0 | 31 | 5 | 26 | 470 | 36 | 104 |
| Binary | 11000110 | 10010101 | 10111100 | 0 | 11001 | 101 | 10110 | 100111000 | 11110 | 1000100 |
Color Harmonies of #C695BC
Complementary color
Monochromatic Colors of #C695BC
Black with #C695BC
Text Example
Text Example
White with #C695BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C695BC; }
p { color: rgb(198,149,188); }
H1.HeaderClassName
{
color: #C695BC;
}
.AnyTagClassName
{
color: #C695BC;
}
</style>
background-color css
<style>
a { background-color: #C695BC; }
a { background-color: rgb(198,149,188); }
div.DivClassName
{
background-color: #C695BC;
}
.BgClassName
{
background-color: #C695BC;
}
</style>
border-color css
<style>
span { border-color: #C695BC; }
span { border-color: rgb(198,149,188); }
td.TdClassName
{
border-color: #C695BC;
}
.TagClassName
{
border-color: #C695BC;
}
</style>