Shades of Lavender Blue #C3C0F9
Tints of Lavender Blue #C3C0F9
RGB
CMYK
RGB Variations
Color information
#C3C0F9 (or 0xC3C0F9) is known color: Lavender Blue. HEX triplet: C3, C0 and F9. RGB value is (195,192,249). Sum of RGB (Red+Green+Blue) = 195+192+249=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0F9 is #3C3F06. Grayscale: #C7C7C7. Windows color (decimal): -3948295 or 16367811. OLE color: 16367811.
HSL color Cylindrical-coordinate representation of color #C3C0F9: hue angle of 243.16º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3C0F9 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 192 | 249 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.02 |
| HSL | 243.16º | 0.83% | 0.86% | - |
| HSV(B) | 243.16º | 0.23% | 0.98% | - |
| XYZ | 58.45 | 56.14 | 97.38 | - |
| YUV | 199.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 249 | 0.22 | 0.23 | 0 | 0.02 | 243.16 | 0.83 | 0.86 |
| Hex | C3 | C0 | F9 | 16 | 17 | 0 | 2 | F3 | 53 | 56 |
| Octal | 303 | 300 | 371 | 26 | 27 | 0 | 2 | 363 | 123 | 126 |
| Binary | 11000011 | 11000000 | 11111001 | 10110 | 10111 | 0 | 10 | 11110011 | 1010011 | 1010110 |
Color Harmonies of #C3C0F9
Complementary color
Monochromatic Colors of #C3C0F9
Black with #C3C0F9
Text Example
Text Example
White with #C3C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0F9; }
p { color: rgb(195,192,249); }
H1.HeaderClassName
{
color: #C3C0F9;
}
.AnyTagClassName
{
color: #C3C0F9;
}
</style>
background-color css
<style>
a { background-color: #C3C0F9; }
a { background-color: rgb(195,192,249); }
div.DivClassName
{
background-color: #C3C0F9;
}
.BgClassName
{
background-color: #C3C0F9;
}
</style>
border-color css
<style>
span { border-color: #C3C0F9; }
span { border-color: rgb(195,192,249); }
td.TdClassName
{
border-color: #C3C0F9;
}
.TagClassName
{
border-color: #C3C0F9;
}
</style>