Shades of Lily #C780B4
Tints of Lily #C780B4
RGB
CMYK
RGB Variations
Color information
#C780B4 (or 0xC780B4) is known color: Lily. HEX triplet: C7, 80 and B4. RGB value is (199,128,180). Sum of RGB (Red+Green+Blue) = 199+128+180=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C780B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780B4 is #387F4B. Grayscale: #9B9B9B. Windows color (decimal): -3702604 or 11829447. OLE color: 11829447.
HSL color Cylindrical-coordinate representation of color #C780B4: hue angle of 316.06º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C780B4 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 180 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.22 |
| HSL | 316.06º | 0.39% | 0.64% | - |
| HSV(B) | 316.06º | 0.36% | 0.78% | - |
| XYZ | 39.51 | 30.88 | 47.06 | - |
| YUV | 155.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 180 | 0 | 0.36 | 0.10 | 0.22 | 316.06 | 0.39 | 0.64 |
| Hex | C7 | 80 | B4 | 0 | 24 | A | 16 | 13C | 27 | 40 |
| Octal | 307 | 200 | 264 | 0 | 44 | 12 | 26 | 474 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10110100 | 0 | 100100 | 1010 | 10110 | 100111100 | 100111 | 1000000 |
Color Harmonies of #C780B4
Complementary color
Monochromatic Colors of #C780B4
Black with #C780B4
Text Example
Text Example
White with #C780B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C780B4; }
p { color: rgb(199,128,180); }
H1.HeaderClassName
{
color: #C780B4;
}
.AnyTagClassName
{
color: #C780B4;
}
</style>
background-color css
<style>
a { background-color: #C780B4; }
a { background-color: rgb(199,128,180); }
div.DivClassName
{
background-color: #C780B4;
}
.BgClassName
{
background-color: #C780B4;
}
</style>
border-color css
<style>
span { border-color: #C780B4; }
span { border-color: rgb(199,128,180); }
td.TdClassName
{
border-color: #C780B4;
}
.TagClassName
{
border-color: #C780B4;
}
</style>