Shades of Lily #C393B3
Tints of Lily #C393B3
RGB
CMYK
RGB Variations
Color information
#C393B3 (or 0xC393B3) is known color: Lily. HEX triplet: C3, 93 and B3. RGB value is (195,147,179). Sum of RGB (Red+Green+Blue) = 195+147+179=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C393B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393B3 is #3C6C4C. Grayscale: #A4A4A4. Windows color (decimal): -3959885 or 11768771. OLE color: 11768771.
HSL color Cylindrical-coordinate representation of color #C393B3: hue angle of 320º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C393B3 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 179 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.24 |
| HSL | 320º | 0.29% | 0.67% | - |
| HSV(B) | 320º | 0.25% | 0.76% | - |
| XYZ | 41.08 | 35.72 | 47.38 | - |
| YUV | 165 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 179 | 0 | 0.25 | 0.08 | 0.24 | 320 | 0.29 | 0.67 |
| Hex | C3 | 93 | B3 | 0 | 19 | 8 | 18 | 140 | 1D | 43 |
| Octal | 303 | 223 | 263 | 0 | 31 | 10 | 30 | 500 | 35 | 103 |
| Binary | 11000011 | 10010011 | 10110011 | 0 | 11001 | 1000 | 11000 | 101000000 | 11101 | 1000011 |
Color Harmonies of #C393B3
Complementary color
Monochromatic Colors of #C393B3
Black with #C393B3
Text Example
Text Example
White with #C393B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393B3; }
p { color: rgb(195,147,179); }
H1.HeaderClassName
{
color: #C393B3;
}
.AnyTagClassName
{
color: #C393B3;
}
</style>
background-color css
<style>
a { background-color: #C393B3; }
a { background-color: rgb(195,147,179); }
div.DivClassName
{
background-color: #C393B3;
}
.BgClassName
{
background-color: #C393B3;
}
</style>
border-color css
<style>
span { border-color: #C393B3; }
span { border-color: rgb(195,147,179); }
td.TdClassName
{
border-color: #C393B3;
}
.TagClassName
{
border-color: #C393B3;
}
</style>