Shades of Lavender Blue #C3C5FF
Tints of Lavender Blue #C3C5FF
RGB
CMYK
RGB Variations
Color information
#C3C5FF (or 0xC3C5FF) is known color: Lavender Blue. HEX triplet: C3, C5 and FF. RGB value is (195,197,255). Sum of RGB (Red+Green+Blue) = 195+197+255=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C5FF is #3C3A00. Grayscale: #CACACA. Windows color (decimal): -3947009 or 16762307. OLE color: 16762307.
HSL color Cylindrical-coordinate representation of color #C3C5FF: hue angle of 238º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C5FF is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 197 | 255 | - |
| CMYK | 0.24 | 0.23 | 0 | 0 |
| HSL | 238º | 1% | 0.88% | - |
| HSV(B) | 238º | 0.24% | 1% | - |
| XYZ | 60.52 | 58.75 | 102.76 | - |
| YUV | 203.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 255 | 0.24 | 0.23 | 0 | 0 | 238 | 1 | 0.88 |
| Hex | C3 | C5 | FF | 18 | 17 | 0 | 0 | EE | 64 | 58 |
| Octal | 303 | 305 | 377 | 30 | 27 | 0 | 0 | 356 | 144 | 130 |
| Binary | 11000011 | 11000101 | 11111111 | 11000 | 10111 | 0 | 0 | 11101110 | 1100100 | 1011000 |
Color Harmonies of #C3C5FF
Complementary color
Monochromatic Colors of #C3C5FF
Black with #C3C5FF
Text Example
Text Example
White with #C3C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5FF; }
p { color: rgb(195,197,255); }
H1.HeaderClassName
{
color: #C3C5FF;
}
.AnyTagClassName
{
color: #C3C5FF;
}
</style>
background-color css
<style>
a { background-color: #C3C5FF; }
a { background-color: rgb(195,197,255); }
div.DivClassName
{
background-color: #C3C5FF;
}
.BgClassName
{
background-color: #C3C5FF;
}
</style>
border-color css
<style>
span { border-color: #C3C5FF; }
span { border-color: rgb(195,197,255); }
td.TdClassName
{
border-color: #C3C5FF;
}
.TagClassName
{
border-color: #C3C5FF;
}
</style>