Shades of Lavender Blue #C7C1F3
Tints of Lavender Blue #C7C1F3
RGB
CMYK
RGB Variations
Color information
#C7C1F3 (or 0xC7C1F3) is known color: Lavender Blue. HEX triplet: C7, C1 and F3. RGB value is (199,193,243). Sum of RGB (Red+Green+Blue) = 199+193+243=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7C1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C1F3 is #383E0C. Grayscale: #C8C8C8. Windows color (decimal): -3685901 or 15974855. OLE color: 15974855.
HSL color Cylindrical-coordinate representation of color #C7C1F3: hue angle of 247.2º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7C1F3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 193 | 243 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.05 |
| HSL | 247.2º | 0.68% | 0.85% | - |
| HSV(B) | 247.2º | 0.21% | 0.95% | - |
| XYZ | 58.8 | 56.75 | 92.65 | - |
| YUV | 200.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 243 | 0.18 | 0.21 | 0 | 0.05 | 247.2 | 0.68 | 0.85 |
| Hex | C7 | C1 | F3 | 12 | 15 | 0 | 5 | F7 | 44 | 55 |
| Octal | 307 | 301 | 363 | 22 | 25 | 0 | 5 | 367 | 104 | 125 |
| Binary | 11000111 | 11000001 | 11110011 | 10010 | 10101 | 0 | 101 | 11110111 | 1000100 | 1010101 |
Color Harmonies of #C7C1F3
Complementary color
Monochromatic Colors of #C7C1F3
Black with #C7C1F3
Text Example
Text Example
White with #C7C1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C1F3; }
p { color: rgb(199,193,243); }
H1.HeaderClassName
{
color: #C7C1F3;
}
.AnyTagClassName
{
color: #C7C1F3;
}
</style>
background-color css
<style>
a { background-color: #C7C1F3; }
a { background-color: rgb(199,193,243); }
div.DivClassName
{
background-color: #C7C1F3;
}
.BgClassName
{
background-color: #C7C1F3;
}
</style>
border-color css
<style>
span { border-color: #C7C1F3; }
span { border-color: rgb(199,193,243); }
td.TdClassName
{
border-color: #C7C1F3;
}
.TagClassName
{
border-color: #C7C1F3;
}
</style>