Shades of Lilac #CB92CF
Tints of Lilac #CB92CF
RGB
CMYK
RGB Variations
Color information
#CB92CF (or 0xCB92CF) is known color: Lilac. HEX triplet: CB, 92 and CF. RGB value is (203,146,207). Sum of RGB (Red+Green+Blue) = 203+146+207=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92CF is #346D30. Grayscale: #A9A9A9. Windows color (decimal): -3435825 or 13603531. OLE color: 13603531.
HSL color Cylindrical-coordinate representation of color #CB92CF: hue angle of 296.07º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB92CF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 146 | 207 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.19 |
| HSL | 296.07º | 0.39% | 0.69% | - |
| HSV(B) | 296.07º | 0.29% | 0.81% | - |
| XYZ | 46.17 | 37.76 | 63.89 | - |
| YUV | 170 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 207 | 0.02 | 0.29 | 0 | 0.19 | 296.07 | 0.39 | 0.69 |
| Hex | CB | 92 | CF | 2 | 1D | 0 | 13 | 128 | 27 | 45 |
| Octal | 313 | 222 | 317 | 2 | 35 | 0 | 23 | 450 | 47 | 105 |
| Binary | 11001011 | 10010010 | 11001111 | 10 | 11101 | 0 | 10011 | 100101000 | 100111 | 1000101 |
Color Harmonies of #CB92CF
Complementary color
Monochromatic Colors of #CB92CF
Black with #CB92CF
Text Example
Text Example
White with #CB92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92CF; }
p { color: rgb(203,146,207); }
H1.HeaderClassName
{
color: #CB92CF;
}
.AnyTagClassName
{
color: #CB92CF;
}
</style>
background-color css
<style>
a { background-color: #CB92CF; }
a { background-color: rgb(203,146,207); }
div.DivClassName
{
background-color: #CB92CF;
}
.BgClassName
{
background-color: #CB92CF;
}
</style>
border-color css
<style>
span { border-color: #CB92CF; }
span { border-color: rgb(203,146,207); }
td.TdClassName
{
border-color: #CB92CF;
}
.TagClassName
{
border-color: #CB92CF;
}
</style>