Shades of Lavender Blue #C0C0FA
Tints of Lavender Blue #C0C0FA
RGB
CMYK
RGB Variations
Color information
#C0C0FA (or 0xC0C0FA) is known color: Lavender Blue. HEX triplet: C0, C0 and FA. RGB value is (192,192,250). Sum of RGB (Red+Green+Blue) = 192+192+250=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0C0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C0FA is #3F3F05. Grayscale: #C6C6C6. Windows color (decimal): -4144902 or 16433344. OLE color: 16433344.
HSL color Cylindrical-coordinate representation of color #C0C0FA: hue angle of 240º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C0FA is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 192 | 250 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.02 |
| HSL | 240º | 0.85% | 0.87% | - |
| HSV(B) | 240º | 0.23% | 0.98% | - |
| XYZ | 57.84 | 55.81 | 98.17 | - |
| YUV | 198.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 250 | 0.23 | 0.23 | 0 | 0.02 | 240 | 0.85 | 0.87 |
| Hex | C0 | C0 | FA | 17 | 17 | 0 | 2 | F0 | 55 | 57 |
| Octal | 300 | 300 | 372 | 27 | 27 | 0 | 2 | 360 | 125 | 127 |
| Binary | 11000000 | 11000000 | 11111010 | 10111 | 10111 | 0 | 10 | 11110000 | 1010101 | 1010111 |
Color Harmonies of #C0C0FA
Complementary color
Monochromatic Colors of #C0C0FA
Black with #C0C0FA
Text Example
Text Example
White with #C0C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C0FA; }
p { color: rgb(192,192,250); }
H1.HeaderClassName
{
color: #C0C0FA;
}
.AnyTagClassName
{
color: #C0C0FA;
}
</style>
background-color css
<style>
a { background-color: #C0C0FA; }
a { background-color: rgb(192,192,250); }
div.DivClassName
{
background-color: #C0C0FA;
}
.BgClassName
{
background-color: #C0C0FA;
}
</style>
border-color css
<style>
span { border-color: #C0C0FA; }
span { border-color: rgb(192,192,250); }
td.TdClassName
{
border-color: #C0C0FA;
}
.TagClassName
{
border-color: #C0C0FA;
}
</style>