Shades of Lilac #CB8AC4
Tints of Lilac #CB8AC4
RGB
CMYK
RGB Variations
Color information
#CB8AC4 (or 0xCB8AC4) is known color: Lilac. HEX triplet: CB, 8A and C4. RGB value is (203,138,196). Sum of RGB (Red+Green+Blue) = 203+138+196=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AC4 is #34753B. Grayscale: #A3A3A3. Windows color (decimal): -3437884 or 12880587. OLE color: 12880587.
HSL color Cylindrical-coordinate representation of color #CB8AC4: hue angle of 306.46º degrees, saturation: 0.38, 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 #CB8AC4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 196 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.20 |
| HSL | 306.46º | 0.38% | 0.67% | - |
| HSV(B) | 306.46º | 0.32% | 0.8% | - |
| XYZ | 43.68 | 34.86 | 56.65 | - |
| YUV | 164.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 196 | 0 | 0.32 | 0.03 | 0.20 | 306.46 | 0.38 | 0.67 |
| Hex | CB | 8A | C4 | 0 | 20 | 3 | 14 | 132 | 26 | 43 |
| Octal | 313 | 212 | 304 | 0 | 40 | 3 | 24 | 462 | 46 | 103 |
| Binary | 11001011 | 10001010 | 11000100 | 0 | 100000 | 11 | 10100 | 100110010 | 100110 | 1000011 |
Color Harmonies of #CB8AC4
Complementary color
Monochromatic Colors of #CB8AC4
Black with #CB8AC4
Text Example
Text Example
White with #CB8AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AC4; }
p { color: rgb(203,138,196); }
H1.HeaderClassName
{
color: #CB8AC4;
}
.AnyTagClassName
{
color: #CB8AC4;
}
</style>
background-color css
<style>
a { background-color: #CB8AC4; }
a { background-color: rgb(203,138,196); }
div.DivClassName
{
background-color: #CB8AC4;
}
.BgClassName
{
background-color: #CB8AC4;
}
</style>
border-color css
<style>
span { border-color: #CB8AC4; }
span { border-color: rgb(203,138,196); }
td.TdClassName
{
border-color: #CB8AC4;
}
.TagClassName
{
border-color: #CB8AC4;
}
</style>