Shades of Lily #CE82B4
Tints of Lily #CE82B4
RGB
CMYK
RGB Variations
Color information
#CE82B4 (or 0xCE82B4) is known color: Lily. HEX triplet: CE, 82 and B4. RGB value is (206,130,180). Sum of RGB (Red+Green+Blue) = 206+130+180=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82B4 is #317D4B. Grayscale: #9E9E9E. Windows color (decimal): -3243340 or 11829966. OLE color: 11829966.
HSL color Cylindrical-coordinate representation of color #CE82B4: hue angle of 320.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE82B4 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 180 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.19 |
| HSL | 320.53º | 0.44% | 0.66% | - |
| HSV(B) | 320.53º | 0.37% | 0.81% | - |
| XYZ | 41.67 | 32.38 | 47.23 | - |
| YUV | 158.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 180 | 0 | 0.37 | 0.13 | 0.19 | 320.53 | 0.44 | 0.66 |
| Hex | CE | 82 | B4 | 0 | 25 | D | 13 | 141 | 2C | 42 |
| Octal | 316 | 202 | 264 | 0 | 45 | 15 | 23 | 501 | 54 | 102 |
| Binary | 11001110 | 10000010 | 10110100 | 0 | 100101 | 1101 | 10011 | 101000001 | 101100 | 1000010 |
Color Harmonies of #CE82B4
Complementary color
Monochromatic Colors of #CE82B4
Black with #CE82B4
Text Example
Text Example
White with #CE82B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82B4; }
p { color: rgb(206,130,180); }
H1.HeaderClassName
{
color: #CE82B4;
}
.AnyTagClassName
{
color: #CE82B4;
}
</style>
background-color css
<style>
a { background-color: #CE82B4; }
a { background-color: rgb(206,130,180); }
div.DivClassName
{
background-color: #CE82B4;
}
.BgClassName
{
background-color: #CE82B4;
}
</style>
border-color css
<style>
span { border-color: #CE82B4; }
span { border-color: rgb(206,130,180); }
td.TdClassName
{
border-color: #CE82B4;
}
.TagClassName
{
border-color: #CE82B4;
}
</style>