Shades of Lilac #CC8BCC
Tints of Lilac #CC8BCC
RGB
CMYK
RGB Variations
Color information
#CC8BCC (or 0xCC8BCC) is known color: Lilac. HEX triplet: CC, 8B and CC. RGB value is (204,139,204). Sum of RGB (Red+Green+Blue) = 204+139+204=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BCC is #337433. Grayscale: #A5A5A5. Windows color (decimal): -3372084 or 13405132. OLE color: 13405132.
HSL color Cylindrical-coordinate representation of color #CC8BCC: hue angle of 300º 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 #CC8BCC is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 204 | - |
| CMYK | 0 | 0.32 | 0 | 0.2 |
| HSL | 300º | 0.39% | 0.67% | - |
| HSV(B) | 300º | 0.32% | 0.8% | - |
| XYZ | 45.03 | 35.66 | 61.64 | - |
| YUV | 165.85 | 149.53 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 204 | 0 | 0.32 | 0 | 0.2 | 300 | 0.39 | 0.67 |
| Hex | CC | 8B | CC | 0 | 20 | 0 | 14 | 12C | 27 | 43 |
| Octal | 314 | 213 | 314 | 0 | 40 | 0 | 24 | 454 | 47 | 103 |
| Binary | 11001100 | 10001011 | 11001100 | 0 | 100000 | 0 | 10100 | 100101100 | 100111 | 1000011 |
Color Harmonies of #CC8BCC
Complementary color
Monochromatic Colors of #CC8BCC
Black with #CC8BCC
Text Example
Text Example
White with #CC8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8BCC; }
p { color: rgb(204,139,204); }
H1.HeaderClassName
{
color: #CC8BCC;
}
.AnyTagClassName
{
color: #CC8BCC;
}
</style>
background-color css
<style>
a { background-color: #CC8BCC; }
a { background-color: rgb(204,139,204); }
div.DivClassName
{
background-color: #CC8BCC;
}
.BgClassName
{
background-color: #CC8BCC;
}
</style>
border-color css
<style>
span { border-color: #CC8BCC; }
span { border-color: rgb(204,139,204); }
td.TdClassName
{
border-color: #CC8BCC;
}
.TagClassName
{
border-color: #CC8BCC;
}
</style>