Shades of Lilac #CC92D3
Tints of Lilac #CC92D3
RGB
CMYK
RGB Variations
Color information
#CC92D3 (or 0xCC92D3) is known color: Lilac. HEX triplet: CC, 92 and D3. RGB value is (204,146,211). Sum of RGB (Red+Green+Blue) = 204+146+211=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC92D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92D3 is #336D2C. Grayscale: #AAAAAA. Windows color (decimal): -3370285 or 13865676. OLE color: 13865676.
HSL color Cylindrical-coordinate representation of color #CC92D3: hue angle of 293.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC92D3 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 146 | 211 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.17 |
| HSL | 293.54º | 0.42% | 0.7% | - |
| HSV(B) | 293.54º | 0.31% | 0.83% | - |
| XYZ | 46.94 | 38.1 | 66.51 | - |
| YUV | 170.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 211 | 0.03 | 0.31 | 0 | 0.17 | 293.54 | 0.42 | 0.7 |
| Hex | CC | 92 | D3 | 3 | 1F | 0 | 11 | 126 | 2A | 46 |
| Octal | 314 | 222 | 323 | 3 | 37 | 0 | 21 | 446 | 52 | 106 |
| Binary | 11001100 | 10010010 | 11010011 | 11 | 11111 | 0 | 10001 | 100100110 | 101010 | 1000110 |
Color Harmonies of #CC92D3
Complementary color
Monochromatic Colors of #CC92D3
Black with #CC92D3
Text Example
Text Example
White with #CC92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92D3; }
p { color: rgb(204,146,211); }
H1.HeaderClassName
{
color: #CC92D3;
}
.AnyTagClassName
{
color: #CC92D3;
}
</style>
background-color css
<style>
a { background-color: #CC92D3; }
a { background-color: rgb(204,146,211); }
div.DivClassName
{
background-color: #CC92D3;
}
.BgClassName
{
background-color: #CC92D3;
}
</style>
border-color css
<style>
span { border-color: #CC92D3; }
span { border-color: rgb(204,146,211); }
td.TdClassName
{
border-color: #CC92D3;
}
.TagClassName
{
border-color: #CC92D3;
}
</style>