Shades of Lily #C781B4
Tints of Lily #C781B4
RGB
CMYK
RGB Variations
Color information
#C781B4 (or 0xC781B4) is known color: Lily. HEX triplet: C7, 81 and B4. RGB value is (199,129,180). Sum of RGB (Red+Green+Blue) = 199+129+180=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C781B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781B4 is #387E4B. Grayscale: #9B9B9B. Windows color (decimal): -3702348 or 11829703. OLE color: 11829703.
HSL color Cylindrical-coordinate representation of color #C781B4: hue angle of 316.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C781B4 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 180 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.22 |
| HSL | 316.29º | 0.38% | 0.64% | - |
| HSV(B) | 316.29º | 0.35% | 0.78% | - |
| XYZ | 39.64 | 31.14 | 47.1 | - |
| YUV | 155.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 180 | 0 | 0.35 | 0.10 | 0.22 | 316.29 | 0.38 | 0.64 |
| Hex | C7 | 81 | B4 | 0 | 23 | A | 16 | 13C | 26 | 40 |
| Octal | 307 | 201 | 264 | 0 | 43 | 12 | 26 | 474 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10110100 | 0 | 100011 | 1010 | 10110 | 100111100 | 100110 | 1000000 |
Color Harmonies of #C781B4
Complementary color
Monochromatic Colors of #C781B4
Black with #C781B4
Text Example
Text Example
White with #C781B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781B4; }
p { color: rgb(199,129,180); }
H1.HeaderClassName
{
color: #C781B4;
}
.AnyTagClassName
{
color: #C781B4;
}
</style>
background-color css
<style>
a { background-color: #C781B4; }
a { background-color: rgb(199,129,180); }
div.DivClassName
{
background-color: #C781B4;
}
.BgClassName
{
background-color: #C781B4;
}
</style>
border-color css
<style>
span { border-color: #C781B4; }
span { border-color: rgb(199,129,180); }
td.TdClassName
{
border-color: #C781B4;
}
.TagClassName
{
border-color: #C781B4;
}
</style>