Shades of Lilac #CB85C4
Tints of Lilac #CB85C4
RGB
CMYK
RGB Variations
Color information
#CB85C4 (or 0xCB85C4) is known color: Lilac. HEX triplet: CB, 85 and C4. RGB value is (203,133,196). Sum of RGB (Red+Green+Blue) = 203+133+196=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C4 is #347A3B. Grayscale: #A0A0A0. Windows color (decimal): -3439164 or 12879307. OLE color: 12879307.
HSL color Cylindrical-coordinate representation of color #CB85C4: hue angle of 306º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85C4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 196 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.20 |
| HSL | 306º | 0.4% | 0.66% | - |
| HSV(B) | 306º | 0.34% | 0.8% | - |
| XYZ | 42.98 | 33.46 | 56.42 | - |
| YUV | 161.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 196 | 0 | 0.34 | 0.03 | 0.20 | 306 | 0.4 | 0.66 |
| Hex | CB | 85 | C4 | 0 | 22 | 3 | 14 | 132 | 28 | 42 |
| Octal | 313 | 205 | 304 | 0 | 42 | 3 | 24 | 462 | 50 | 102 |
| Binary | 11001011 | 10000101 | 11000100 | 0 | 100010 | 11 | 10100 | 100110010 | 101000 | 1000010 |
Color Harmonies of #CB85C4
Complementary color
Monochromatic Colors of #CB85C4
Black with #CB85C4
Text Example
Text Example
White with #CB85C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85C4; }
p { color: rgb(203,133,196); }
H1.HeaderClassName
{
color: #CB85C4;
}
.AnyTagClassName
{
color: #CB85C4;
}
</style>
background-color css
<style>
a { background-color: #CB85C4; }
a { background-color: rgb(203,133,196); }
div.DivClassName
{
background-color: #CB85C4;
}
.BgClassName
{
background-color: #CB85C4;
}
</style>
border-color css
<style>
span { border-color: #CB85C4; }
span { border-color: rgb(203,133,196); }
td.TdClassName
{
border-color: #CB85C4;
}
.TagClassName
{
border-color: #CB85C4;
}
</style>