Shades of Lily #C693B5
Tints of Lily #C693B5
RGB
CMYK
RGB Variations
Color information
#C693B5 (or 0xC693B5) is known color: Lily. HEX triplet: C6, 93 and B5. RGB value is (198,147,181). Sum of RGB (Red+Green+Blue) = 198+147+181=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C693B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693B5 is #396C4A. Grayscale: #A6A6A6. Windows color (decimal): -3763275 or 11899846. OLE color: 11899846.
HSL color Cylindrical-coordinate representation of color #C693B5: hue angle of 320º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693B5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 181 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.22 |
| HSL | 320º | 0.31% | 0.68% | - |
| HSV(B) | 320º | 0.26% | 0.78% | - |
| XYZ | 42.06 | 36.21 | 48.49 | - |
| YUV | 166.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 181 | 0 | 0.26 | 0.09 | 0.22 | 320 | 0.31 | 0.68 |
| Hex | C6 | 93 | B5 | 0 | 1A | 9 | 16 | 140 | 1F | 44 |
| Octal | 306 | 223 | 265 | 0 | 32 | 11 | 26 | 500 | 37 | 104 |
| Binary | 11000110 | 10010011 | 10110101 | 0 | 11010 | 1001 | 10110 | 101000000 | 11111 | 1000100 |
Color Harmonies of #C693B5
Complementary color
Monochromatic Colors of #C693B5
Black with #C693B5
Text Example
Text Example
White with #C693B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693B5; }
p { color: rgb(198,147,181); }
H1.HeaderClassName
{
color: #C693B5;
}
.AnyTagClassName
{
color: #C693B5;
}
</style>
background-color css
<style>
a { background-color: #C693B5; }
a { background-color: rgb(198,147,181); }
div.DivClassName
{
background-color: #C693B5;
}
.BgClassName
{
background-color: #C693B5;
}
</style>
border-color css
<style>
span { border-color: #C693B5; }
span { border-color: rgb(198,147,181); }
td.TdClassName
{
border-color: #C693B5;
}
.TagClassName
{
border-color: #C693B5;
}
</style>