Shades of Lavender Blue #C5C0F3
Tints of Lavender Blue #C5C0F3
RGB
CMYK
RGB Variations
Color information
#C5C0F3 (or 0xC5C0F3) is known color: Lavender Blue. HEX triplet: C5, C0 and F3. RGB value is (197,192,243). Sum of RGB (Red+Green+Blue) = 197+192+243=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5C0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C0F3 is #3A3F0C. Grayscale: #C7C7C7. Windows color (decimal): -3817229 or 15974597. OLE color: 15974597.
HSL color Cylindrical-coordinate representation of color #C5C0F3: hue angle of 245.88º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5C0F3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 192 | 243 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.05 |
| HSL | 245.88º | 0.68% | 0.85% | - |
| HSV(B) | 245.88º | 0.21% | 0.95% | - |
| XYZ | 58.05 | 56.04 | 92.55 | - |
| YUV | 199.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 243 | 0.19 | 0.21 | 0 | 0.05 | 245.88 | 0.68 | 0.85 |
| Hex | C5 | C0 | F3 | 13 | 15 | 0 | 5 | F6 | 44 | 55 |
| Octal | 305 | 300 | 363 | 23 | 25 | 0 | 5 | 366 | 104 | 125 |
| Binary | 11000101 | 11000000 | 11110011 | 10011 | 10101 | 0 | 101 | 11110110 | 1000100 | 1010101 |
Color Harmonies of #C5C0F3
Complementary color
Monochromatic Colors of #C5C0F3
Black with #C5C0F3
Text Example
Text Example
White with #C5C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C0F3; }
p { color: rgb(197,192,243); }
H1.HeaderClassName
{
color: #C5C0F3;
}
.AnyTagClassName
{
color: #C5C0F3;
}
</style>
background-color css
<style>
a { background-color: #C5C0F3; }
a { background-color: rgb(197,192,243); }
div.DivClassName
{
background-color: #C5C0F3;
}
.BgClassName
{
background-color: #C5C0F3;
}
</style>
border-color css
<style>
span { border-color: #C5C0F3; }
span { border-color: rgb(197,192,243); }
td.TdClassName
{
border-color: #C5C0F3;
}
.TagClassName
{
border-color: #C5C0F3;
}
</style>