Shades of Lily #C380AC
Tints of Lily #C380AC
RGB
CMYK
RGB Variations
Color information
#C380AC (or 0xC380AC) is known color: Lily. HEX triplet: C3, 80 and AC. RGB value is (195,128,172). Sum of RGB (Red+Green+Blue) = 195+128+172=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C380AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380AC is #3C7F53. Grayscale: #989898. Windows color (decimal): -3964756 or 11305155. OLE color: 11305155.
HSL color Cylindrical-coordinate representation of color #C380AC: hue angle of 320.6º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380AC is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 172 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.24 |
| HSL | 320.6º | 0.36% | 0.63% | - |
| HSV(B) | 320.6º | 0.34% | 0.76% | - |
| XYZ | 37.67 | 30.02 | 42.84 | - |
| YUV | 153.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 172 | 0 | 0.34 | 0.12 | 0.24 | 320.6 | 0.36 | 0.63 |
| Hex | C3 | 80 | AC | 0 | 22 | C | 18 | 141 | 24 | 3F |
| Octal | 303 | 200 | 254 | 0 | 42 | 14 | 30 | 501 | 44 | 77 |
| Binary | 11000011 | 10000000 | 10101100 | 0 | 100010 | 1100 | 11000 | 101000001 | 100100 | 111111 |
Color Harmonies of #C380AC
Complementary color
Monochromatic Colors of #C380AC
Black with #C380AC
Text Example
Text Example
White with #C380AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380AC; }
p { color: rgb(195,128,172); }
H1.HeaderClassName
{
color: #C380AC;
}
.AnyTagClassName
{
color: #C380AC;
}
</style>
background-color css
<style>
a { background-color: #C380AC; }
a { background-color: rgb(195,128,172); }
div.DivClassName
{
background-color: #C380AC;
}
.BgClassName
{
background-color: #C380AC;
}
</style>
border-color css
<style>
span { border-color: #C380AC; }
span { border-color: rgb(195,128,172); }
td.TdClassName
{
border-color: #C380AC;
}
.TagClassName
{
border-color: #C380AC;
}
</style>