Shades of Lavender Blue #C5C0F0
Tints of Lavender Blue #C5C0F0
RGB
CMYK
RGB Variations
Color information
#C5C0F0 (or 0xC5C0F0) is known color: Lavender Blue. HEX triplet: C5, C0 and F0. RGB value is (197,192,240). Sum of RGB (Red+Green+Blue) = 197+192+240=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #C5C0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C0F0 is #3A3F0F. Grayscale: #C6C6C6. Windows color (decimal): -3817232 or 15777989. OLE color: 15777989.
HSL color Cylindrical-coordinate representation of color #C5C0F0: hue angle of 246.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5C0F0 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 192 | 240 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.06 |
| HSL | 246.25º | 0.62% | 0.85% | - |
| HSV(B) | 246.25º | 0.2% | 0.94% | - |
| XYZ | 57.6 | 55.86 | 90.18 | - |
| YUV | 198.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 240 | 0.18 | 0.20 | 0 | 0.06 | 246.25 | 0.62 | 0.85 |
| Hex | C5 | C0 | F0 | 12 | 14 | 0 | 6 | F6 | 3E | 55 |
| Octal | 305 | 300 | 360 | 22 | 24 | 0 | 6 | 366 | 76 | 125 |
| Binary | 11000101 | 11000000 | 11110000 | 10010 | 10100 | 0 | 110 | 11110110 | 111110 | 1010101 |
Color Harmonies of #C5C0F0
Complementary color
Monochromatic Colors of #C5C0F0
Black with #C5C0F0
Text Example
Text Example
White with #C5C0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0F0; }
p { color: rgb(197,192,240); }
H1.HeaderClassName
{
color: #C5C0F0;
}
.AnyTagClassName
{
color: #C5C0F0;
}
</style>
background-color css
<style>
a { background-color: #C5C0F0; }
a { background-color: rgb(197,192,240); }
div.DivClassName
{
background-color: #C5C0F0;
}
.BgClassName
{
background-color: #C5C0F0;
}
</style>
border-color css
<style>
span { border-color: #C5C0F0; }
span { border-color: rgb(197,192,240); }
td.TdClassName
{
border-color: #C5C0F0;
}
.TagClassName
{
border-color: #C5C0F0;
}
</style>