Shades of Lavender Blue #C3C5FA
Tints of Lavender Blue #C3C5FA
RGB
CMYK
RGB Variations
Color information
#C3C5FA (or 0xC3C5FA) is known color: Lavender Blue. HEX triplet: C3, C5 and FA. RGB value is (195,197,250). Sum of RGB (Red+Green+Blue) = 195+197+250=642 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.37% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C5FA is #3C3A05. Grayscale: #CACACA. Windows color (decimal): -3947014 or 16434627. OLE color: 16434627.
HSL color Cylindrical-coordinate representation of color #C3C5FA: hue angle of 237.82º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3C5FA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 197 | 250 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.02 |
| HSL | 237.82º | 0.85% | 0.87% | - |
| HSV(B) | 237.82º | 0.22% | 0.98% | - |
| XYZ | 59.73 | 58.44 | 98.57 | - |
| YUV | 202.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 250 | 0.22 | 0.21 | 0 | 0.02 | 237.82 | 0.85 | 0.87 |
| Hex | C3 | C5 | FA | 16 | 15 | 0 | 2 | EE | 55 | 57 |
| Octal | 303 | 305 | 372 | 26 | 25 | 0 | 2 | 356 | 125 | 127 |
| Binary | 11000011 | 11000101 | 11111010 | 10110 | 10101 | 0 | 10 | 11101110 | 1010101 | 1010111 |
Color Harmonies of #C3C5FA
Complementary color
Monochromatic Colors of #C3C5FA
Black with #C3C5FA
Text Example
Text Example
White with #C3C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5FA; }
p { color: rgb(195,197,250); }
H1.HeaderClassName
{
color: #C3C5FA;
}
.AnyTagClassName
{
color: #C3C5FA;
}
</style>
background-color css
<style>
a { background-color: #C3C5FA; }
a { background-color: rgb(195,197,250); }
div.DivClassName
{
background-color: #C3C5FA;
}
.BgClassName
{
background-color: #C3C5FA;
}
</style>
border-color css
<style>
span { border-color: #C3C5FA; }
span { border-color: rgb(195,197,250); }
td.TdClassName
{
border-color: #C3C5FA;
}
.TagClassName
{
border-color: #C3C5FA;
}
</style>