Shades of Lilac #CC8AC8
Tints of Lilac #CC8AC8
RGB
CMYK
RGB Variations
Color information
#CC8AC8 (or 0xCC8AC8) is known color: Lilac. HEX triplet: CC, 8A and C8. RGB value is (204,138,200). Sum of RGB (Red+Green+Blue) = 204+138+200=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8AC8 is #337537. Grayscale: #A4A4A4. Windows color (decimal): -3372344 or 13142732. OLE color: 13142732.
HSL color Cylindrical-coordinate representation of color #CC8AC8: hue angle of 303.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 #CC8AC8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 200 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.2 |
| HSL | 303.64º | 0.39% | 0.67% | - |
| HSV(B) | 303.64º | 0.32% | 0.8% | - |
| XYZ | 44.42 | 35.18 | 59.09 | - |
| YUV | 164.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 200 | 0 | 0.32 | 0.02 | 0.2 | 303.64 | 0.39 | 0.67 |
| Hex | CC | 8A | C8 | 0 | 20 | 2 | 14 | 130 | 27 | 43 |
| Octal | 314 | 212 | 310 | 0 | 40 | 2 | 24 | 460 | 47 | 103 |
| Binary | 11001100 | 10001010 | 11001000 | 0 | 100000 | 10 | 10100 | 100110000 | 100111 | 1000011 |
Color Harmonies of #CC8AC8
Complementary color
Monochromatic Colors of #CC8AC8
Black with #CC8AC8
Text Example
Text Example
White with #CC8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8AC8; }
p { color: rgb(204,138,200); }
H1.HeaderClassName
{
color: #CC8AC8;
}
.AnyTagClassName
{
color: #CC8AC8;
}
</style>
background-color css
<style>
a { background-color: #CC8AC8; }
a { background-color: rgb(204,138,200); }
div.DivClassName
{
background-color: #CC8AC8;
}
.BgClassName
{
background-color: #CC8AC8;
}
</style>
border-color css
<style>
span { border-color: #CC8AC8; }
span { border-color: rgb(204,138,200); }
td.TdClassName
{
border-color: #CC8AC8;
}
.TagClassName
{
border-color: #CC8AC8;
}
</style>