Shades of Lily #CB7FB3
Tints of Lily #CB7FB3
RGB
CMYK
RGB Variations
Color information
#CB7FB3 (or 0xCB7FB3) is known color: Lily. HEX triplet: CB, 7F and B3. RGB value is (203,127,179). Sum of RGB (Red+Green+Blue) = 203+127+179=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FB3 is #34804C. Grayscale: #9B9B9B. Windows color (decimal): -3440717 or 11763659. OLE color: 11763659.
HSL color Cylindrical-coordinate representation of color #CB7FB3: hue angle of 318.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FB3 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 179 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.20 |
| HSL | 318.95º | 0.42% | 0.65% | - |
| HSV(B) | 318.95º | 0.37% | 0.8% | - |
| XYZ | 40.35 | 31.13 | 46.53 | - |
| YUV | 155.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 179 | 0 | 0.37 | 0.12 | 0.20 | 318.95 | 0.42 | 0.65 |
| Hex | CB | 7F | B3 | 0 | 25 | C | 14 | 13F | 2A | 41 |
| Octal | 313 | 177 | 263 | 0 | 45 | 14 | 24 | 477 | 52 | 101 |
| Binary | 11001011 | 1111111 | 10110011 | 0 | 100101 | 1100 | 10100 | 100111111 | 101010 | 1000001 |
Color Harmonies of #CB7FB3
Complementary color
Monochromatic Colors of #CB7FB3
Black with #CB7FB3
Text Example
Text Example
White with #CB7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FB3; }
p { color: rgb(203,127,179); }
H1.HeaderClassName
{
color: #CB7FB3;
}
.AnyTagClassName
{
color: #CB7FB3;
}
</style>
background-color css
<style>
a { background-color: #CB7FB3; }
a { background-color: rgb(203,127,179); }
div.DivClassName
{
background-color: #CB7FB3;
}
.BgClassName
{
background-color: #CB7FB3;
}
</style>
border-color css
<style>
span { border-color: #CB7FB3; }
span { border-color: rgb(203,127,179); }
td.TdClassName
{
border-color: #CB7FB3;
}
.TagClassName
{
border-color: #CB7FB3;
}
</style>