Shades of Lavender Blue #C5B7FF
Tints of Lavender Blue #C5B7FF
RGB
CMYK
RGB Variations
Color information
#C5B7FF (or 0xC5B7FF) is known color: Lavender Blue. HEX triplet: C5, B7 and FF. RGB value is (197,183,255). Sum of RGB (Red+Green+Blue) = 197+183+255=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7FF is #3A4800. Grayscale: #C3C3C3. Windows color (decimal): -3819521 or 16758725. OLE color: 16758725.
HSL color Cylindrical-coordinate representation of color #C5B7FF: hue angle of 251.67º 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 #C5B7FF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 183 | 255 | - |
| CMYK | 0.23 | 0.28 | 0 | 0 |
| HSL | 251.67º | 1% | 0.86% | - |
| HSV(B) | 251.67º | 0.28% | 1% | - |
| XYZ | 58.01 | 52.96 | 101.77 | - |
| YUV | 195.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 255 | 0.23 | 0.28 | 0 | 0 | 251.67 | 1 | 0.86 |
| Hex | C5 | B7 | FF | 17 | 1C | 0 | 0 | FC | 64 | 56 |
| Octal | 305 | 267 | 377 | 27 | 34 | 0 | 0 | 374 | 144 | 126 |
| Binary | 11000101 | 10110111 | 11111111 | 10111 | 11100 | 0 | 0 | 11111100 | 1100100 | 1010110 |
Color Harmonies of #C5B7FF
Complementary color
Monochromatic Colors of #C5B7FF
Black with #C5B7FF
Text Example
Text Example
White with #C5B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7FF; }
p { color: rgb(197,183,255); }
H1.HeaderClassName
{
color: #C5B7FF;
}
.AnyTagClassName
{
color: #C5B7FF;
}
</style>
background-color css
<style>
a { background-color: #C5B7FF; }
a { background-color: rgb(197,183,255); }
div.DivClassName
{
background-color: #C5B7FF;
}
.BgClassName
{
background-color: #C5B7FF;
}
</style>
border-color css
<style>
span { border-color: #C5B7FF; }
span { border-color: rgb(197,183,255); }
td.TdClassName
{
border-color: #C5B7FF;
}
.TagClassName
{
border-color: #C5B7FF;
}
</style>