Shades of Lily #CB85BD
Tints of Lily #CB85BD
RGB
CMYK
RGB Variations
Color information
#CB85BD (or 0xCB85BD) is known color: Lily. HEX triplet: CB, 85 and BD. RGB value is (203,133,189). Sum of RGB (Red+Green+Blue) = 203+133+189=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85BD is #347A42. Grayscale: #A0A0A0. Windows color (decimal): -3439171 or 12420555. OLE color: 12420555.
HSL color Cylindrical-coordinate representation of color #CB85BD: hue angle of 312º 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 #CB85BD is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 189 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.20 |
| HSL | 312º | 0.4% | 0.66% | - |
| HSV(B) | 312º | 0.34% | 0.8% | - |
| XYZ | 42.2 | 33.15 | 52.32 | - |
| YUV | 160.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 189 | 0 | 0.34 | 0.07 | 0.20 | 312 | 0.4 | 0.66 |
| Hex | CB | 85 | BD | 0 | 22 | 7 | 14 | 138 | 28 | 42 |
| Octal | 313 | 205 | 275 | 0 | 42 | 7 | 24 | 470 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10111101 | 0 | 100010 | 111 | 10100 | 100111000 | 101000 | 1000010 |
Color Harmonies of #CB85BD
Complementary color
Monochromatic Colors of #CB85BD
Black with #CB85BD
Text Example
Text Example
White with #CB85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85BD; }
p { color: rgb(203,133,189); }
H1.HeaderClassName
{
color: #CB85BD;
}
.AnyTagClassName
{
color: #CB85BD;
}
</style>
background-color css
<style>
a { background-color: #CB85BD; }
a { background-color: rgb(203,133,189); }
div.DivClassName
{
background-color: #CB85BD;
}
.BgClassName
{
background-color: #CB85BD;
}
</style>
border-color css
<style>
span { border-color: #CB85BD; }
span { border-color: rgb(203,133,189); }
td.TdClassName
{
border-color: #CB85BD;
}
.TagClassName
{
border-color: #CB85BD;
}
</style>