Shades of Lily #CB7DB2
Tints of Lily #CB7DB2
RGB
CMYK
RGB Variations
Color information
#CB7DB2 (or 0xCB7DB2) is known color: Lily. HEX triplet: CB, 7D and B2. RGB value is (203,125,178). Sum of RGB (Red+Green+Blue) = 203+125+178=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7DB2 is #34824D. Grayscale: #9A9A9A. Windows color (decimal): -3441230 or 11697611. OLE color: 11697611.
HSL color Cylindrical-coordinate representation of color #CB7DB2: hue angle of 319.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DB2 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 178 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.20 |
| HSL | 319.23º | 0.43% | 0.64% | - |
| HSV(B) | 319.23º | 0.38% | 0.8% | - |
| XYZ | 40 | 30.58 | 45.91 | - |
| YUV | 154.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 178 | 0 | 0.38 | 0.12 | 0.20 | 319.23 | 0.43 | 0.64 |
| Hex | CB | 7D | B2 | 0 | 26 | C | 14 | 13F | 2B | 40 |
| Octal | 313 | 175 | 262 | 0 | 46 | 14 | 24 | 477 | 53 | 100 |
| Binary | 11001011 | 1111101 | 10110010 | 0 | 100110 | 1100 | 10100 | 100111111 | 101011 | 1000000 |
Color Harmonies of #CB7DB2
Complementary color
Monochromatic Colors of #CB7DB2
Black with #CB7DB2
Text Example
Text Example
White with #CB7DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DB2; }
p { color: rgb(203,125,178); }
H1.HeaderClassName
{
color: #CB7DB2;
}
.AnyTagClassName
{
color: #CB7DB2;
}
</style>
background-color css
<style>
a { background-color: #CB7DB2; }
a { background-color: rgb(203,125,178); }
div.DivClassName
{
background-color: #CB7DB2;
}
.BgClassName
{
background-color: #CB7DB2;
}
</style>
border-color css
<style>
span { border-color: #CB7DB2; }
span { border-color: rgb(203,125,178); }
td.TdClassName
{
border-color: #CB7DB2;
}
.TagClassName
{
border-color: #CB7DB2;
}
</style>