Shades of Lily #C295B4
Tints of Lily #C295B4
RGB
CMYK
RGB Variations
Color information
#C295B4 (or 0xC295B4) is known color: Lily. HEX triplet: C2, 95 and B4. RGB value is (194,149,180). Sum of RGB (Red+Green+Blue) = 194+149+180=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C295B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295B4 is #3D6A4B. Grayscale: #A5A5A5. Windows color (decimal): -4024908 or 11834818. OLE color: 11834818.
HSL color Cylindrical-coordinate representation of color #C295B4: hue angle of 318.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C295B4 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 180 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.24 |
| HSL | 318.67º | 0.27% | 0.67% | - |
| HSV(B) | 318.67º | 0.23% | 0.76% | - |
| XYZ | 41.23 | 36.26 | 48.01 | - |
| YUV | 165.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 180 | 0 | 0.23 | 0.07 | 0.24 | 318.67 | 0.27 | 0.67 |
| Hex | C2 | 95 | B4 | 0 | 17 | 7 | 18 | 13F | 1B | 43 |
| Octal | 302 | 225 | 264 | 0 | 27 | 7 | 30 | 477 | 33 | 103 |
| Binary | 11000010 | 10010101 | 10110100 | 0 | 10111 | 111 | 11000 | 100111111 | 11011 | 1000011 |
Color Harmonies of #C295B4
Complementary color
Monochromatic Colors of #C295B4
Black with #C295B4
Text Example
Text Example
White with #C295B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295B4; }
p { color: rgb(194,149,180); }
H1.HeaderClassName
{
color: #C295B4;
}
.AnyTagClassName
{
color: #C295B4;
}
</style>
background-color css
<style>
a { background-color: #C295B4; }
a { background-color: rgb(194,149,180); }
div.DivClassName
{
background-color: #C295B4;
}
.BgClassName
{
background-color: #C295B4;
}
</style>
border-color css
<style>
span { border-color: #C295B4; }
span { border-color: rgb(194,149,180); }
td.TdClassName
{
border-color: #C295B4;
}
.TagClassName
{
border-color: #C295B4;
}
</style>