Shades of Lavender Blue #C3C0F1
Tints of Lavender Blue #C3C0F1
RGB
CMYK
RGB Variations
Color information
#C3C0F1 (or 0xC3C0F1) is known color: Lavender Blue. HEX triplet: C3, C0 and F1. RGB value is (195,192,241). Sum of RGB (Red+Green+Blue) = 195+192+241=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0F1 is #3C3F0E. Grayscale: #C6C6C6. Windows color (decimal): -3948303 or 15843523. OLE color: 15843523.
HSL color Cylindrical-coordinate representation of color #C3C0F1: hue angle of 243.67º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3C0F1 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 192 | 241 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.05 |
| HSL | 243.67º | 0.64% | 0.85% | - |
| HSV(B) | 243.67º | 0.2% | 0.95% | - |
| XYZ | 57.23 | 55.65 | 90.94 | - |
| YUV | 198.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 241 | 0.19 | 0.20 | 0 | 0.05 | 243.67 | 0.64 | 0.85 |
| Hex | C3 | C0 | F1 | 13 | 14 | 0 | 5 | F4 | 40 | 55 |
| Octal | 303 | 300 | 361 | 23 | 24 | 0 | 5 | 364 | 100 | 125 |
| Binary | 11000011 | 11000000 | 11110001 | 10011 | 10100 | 0 | 101 | 11110100 | 1000000 | 1010101 |
Color Harmonies of #C3C0F1
Complementary color
Monochromatic Colors of #C3C0F1
Black with #C3C0F1
Text Example
Text Example
White with #C3C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0F1; }
p { color: rgb(195,192,241); }
H1.HeaderClassName
{
color: #C3C0F1;
}
.AnyTagClassName
{
color: #C3C0F1;
}
</style>
background-color css
<style>
a { background-color: #C3C0F1; }
a { background-color: rgb(195,192,241); }
div.DivClassName
{
background-color: #C3C0F1;
}
.BgClassName
{
background-color: #C3C0F1;
}
</style>
border-color css
<style>
span { border-color: #C3C0F1; }
span { border-color: rgb(195,192,241); }
td.TdClassName
{
border-color: #C3C0F1;
}
.TagClassName
{
border-color: #C3C0F1;
}
</style>