Shades of Lily #CC8ABD
Tints of Lily #CC8ABD
RGB
CMYK
RGB Variations
Color information
#CC8ABD (or 0xCC8ABD) is known color: Lily. HEX triplet: CC, 8A and BD. RGB value is (204,138,189). Sum of RGB (Red+Green+Blue) = 204+138+189=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ABD is #337542. Grayscale: #A3A3A3. Windows color (decimal): -3372355 or 12421836. OLE color: 12421836.
HSL color Cylindrical-coordinate representation of color #CC8ABD: hue angle of 313.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8ABD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 189 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.2 |
| HSL | 313.64º | 0.39% | 0.67% | - |
| HSV(B) | 313.64º | 0.32% | 0.8% | - |
| XYZ | 43.18 | 34.69 | 52.56 | - |
| YUV | 163.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 189 | 0 | 0.32 | 0.07 | 0.2 | 313.64 | 0.39 | 0.67 |
| Hex | CC | 8A | BD | 0 | 20 | 7 | 14 | 13A | 27 | 43 |
| Octal | 314 | 212 | 275 | 0 | 40 | 7 | 24 | 472 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10111101 | 0 | 100000 | 111 | 10100 | 100111010 | 100111 | 1000011 |
Color Harmonies of #CC8ABD
Complementary color
Monochromatic Colors of #CC8ABD
Black with #CC8ABD
Text Example
Text Example
White with #CC8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ABD; }
p { color: rgb(204,138,189); }
H1.HeaderClassName
{
color: #CC8ABD;
}
.AnyTagClassName
{
color: #CC8ABD;
}
</style>
background-color css
<style>
a { background-color: #CC8ABD; }
a { background-color: rgb(204,138,189); }
div.DivClassName
{
background-color: #CC8ABD;
}
.BgClassName
{
background-color: #CC8ABD;
}
</style>
border-color css
<style>
span { border-color: #CC8ABD; }
span { border-color: rgb(204,138,189); }
td.TdClassName
{
border-color: #CC8ABD;
}
.TagClassName
{
border-color: #CC8ABD;
}
</style>