Shades of Lavender Blue #C3C0FC
Tints of Lavender Blue #C3C0FC
RGB
CMYK
RGB Variations
Color information
#C3C0FC (or 0xC3C0FC) is known color: Lavender Blue. HEX triplet: C3, C0 and FC. RGB value is (195,192,252). Sum of RGB (Red+Green+Blue) = 195+192+252=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3C0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0FC is #3C3F03. Grayscale: #C7C7C7. Windows color (decimal): -3948292 or 16564419. OLE color: 16564419.
HSL color Cylindrical-coordinate representation of color #C3C0FC: hue angle of 243º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C0FC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 192 | 252 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.01 |
| HSL | 243º | 0.91% | 0.87% | - |
| HSV(B) | 243º | 0.24% | 0.99% | - |
| XYZ | 58.93 | 56.33 | 99.86 | - |
| YUV | 199.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 252 | 0.23 | 0.24 | 0 | 0.01 | 243 | 0.91 | 0.87 |
| Hex | C3 | C0 | FC | 17 | 18 | 0 | 1 | F3 | 5B | 57 |
| Octal | 303 | 300 | 374 | 27 | 30 | 0 | 1 | 363 | 133 | 127 |
| Binary | 11000011 | 11000000 | 11111100 | 10111 | 11000 | 0 | 1 | 11110011 | 1011011 | 1010111 |
Color Harmonies of #C3C0FC
Complementary color
Monochromatic Colors of #C3C0FC
Black with #C3C0FC
Text Example
Text Example
White with #C3C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0FC; }
p { color: rgb(195,192,252); }
H1.HeaderClassName
{
color: #C3C0FC;
}
.AnyTagClassName
{
color: #C3C0FC;
}
</style>
background-color css
<style>
a { background-color: #C3C0FC; }
a { background-color: rgb(195,192,252); }
div.DivClassName
{
background-color: #C3C0FC;
}
.BgClassName
{
background-color: #C3C0FC;
}
</style>
border-color css
<style>
span { border-color: #C3C0FC; }
span { border-color: rgb(195,192,252); }
td.TdClassName
{
border-color: #C3C0FC;
}
.TagClassName
{
border-color: #C3C0FC;
}
</style>