Shades of Lavender Blue #C1B7FA
Tints of Lavender Blue #C1B7FA
RGB
CMYK
RGB Variations
Color information
#C1B7FA (or 0xC1B7FA) is known color: Lavender Blue. HEX triplet: C1, B7 and FA. RGB value is (193,183,250). Sum of RGB (Red+Green+Blue) = 193+183+250=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1B7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B7FA is #3E4805. Grayscale: #C1C1C1. Windows color (decimal): -4081670 or 16431041. OLE color: 16431041.
HSL color Cylindrical-coordinate representation of color #C1B7FA: hue angle of 248.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1B7FA is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 183 | 250 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.02 |
| HSL | 248.96º | 0.87% | 0.85% | - |
| HSV(B) | 248.96º | 0.27% | 0.98% | - |
| XYZ | 56.18 | 52.11 | 97.54 | - |
| YUV | 193.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 250 | 0.23 | 0.27 | 0 | 0.02 | 248.96 | 0.87 | 0.85 |
| Hex | C1 | B7 | FA | 17 | 1B | 0 | 2 | F9 | 57 | 55 |
| Octal | 301 | 267 | 372 | 27 | 33 | 0 | 2 | 371 | 127 | 125 |
| Binary | 11000001 | 10110111 | 11111010 | 10111 | 11011 | 0 | 10 | 11111001 | 1010111 | 1010101 |
Color Harmonies of #C1B7FA
Complementary color
Monochromatic Colors of #C1B7FA
Black with #C1B7FA
Text Example
Text Example
White with #C1B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7FA; }
p { color: rgb(193,183,250); }
H1.HeaderClassName
{
color: #C1B7FA;
}
.AnyTagClassName
{
color: #C1B7FA;
}
</style>
background-color css
<style>
a { background-color: #C1B7FA; }
a { background-color: rgb(193,183,250); }
div.DivClassName
{
background-color: #C1B7FA;
}
.BgClassName
{
background-color: #C1B7FA;
}
</style>
border-color css
<style>
span { border-color: #C1B7FA; }
span { border-color: rgb(193,183,250); }
td.TdClassName
{
border-color: #C1B7FA;
}
.TagClassName
{
border-color: #C1B7FA;
}
</style>