Shades of Lavender Blue #C7B7FF
Tints of Lavender Blue #C7B7FF
RGB
CMYK
RGB Variations
Color information
#C7B7FF (or 0xC7B7FF) is known color: Lavender Blue. HEX triplet: C7, B7 and FF. RGB value is (199,183,255). Sum of RGB (Red+Green+Blue) = 199+183+255=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 183 (71.88% from 255 or 28.73% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7FF is #384800. Grayscale: #C3C3C3. Windows color (decimal): -3688449 or 16758727. OLE color: 16758727.
HSL color Cylindrical-coordinate representation of color #C7B7FF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B7FF is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 183 | 255 | - |
| CMYK | 0.22 | 0.28 | 0 | 0 |
| HSL | 253.33º | 1% | 0.86% | - |
| HSV(B) | 253.33º | 0.28% | 1% | - |
| XYZ | 58.54 | 53.23 | 101.8 | - |
| YUV | 195.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 255 | 0.22 | 0.28 | 0 | 0 | 253.33 | 1 | 0.86 |
| Hex | C7 | B7 | FF | 16 | 1C | 0 | 0 | FD | 64 | 56 |
| Octal | 307 | 267 | 377 | 26 | 34 | 0 | 0 | 375 | 144 | 126 |
| Binary | 11000111 | 10110111 | 11111111 | 10110 | 11100 | 0 | 0 | 11111101 | 1100100 | 1010110 |
Color Harmonies of #C7B7FF
Complementary color
Monochromatic Colors of #C7B7FF
Black with #C7B7FF
Text Example
Text Example
White with #C7B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7FF; }
p { color: rgb(199,183,255); }
H1.HeaderClassName
{
color: #C7B7FF;
}
.AnyTagClassName
{
color: #C7B7FF;
}
</style>
background-color css
<style>
a { background-color: #C7B7FF; }
a { background-color: rgb(199,183,255); }
div.DivClassName
{
background-color: #C7B7FF;
}
.BgClassName
{
background-color: #C7B7FF;
}
</style>
border-color css
<style>
span { border-color: #C7B7FF; }
span { border-color: rgb(199,183,255); }
td.TdClassName
{
border-color: #C7B7FF;
}
.TagClassName
{
border-color: #C7B7FF;
}
</style>