Shades of Lavender Blue #C8C3FA
Tints of Lavender Blue #C8C3FA
RGB
CMYK
RGB Variations
Color information
#C8C3FA (or 0xC8C3FA) is known color: Lavender Blue. HEX triplet: C8, C3 and FA. RGB value is (200,195,250). Sum of RGB (Red+Green+Blue) = 200+195+250=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8C3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3FA is #373C05. Grayscale: #CACACA. Windows color (decimal): -3619846 or 16434120. OLE color: 16434120.
HSL color Cylindrical-coordinate representation of color #C8C3FA: hue angle of 245.45º 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 #C8C3FA is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 195 | 250 | - |
| CMYK | 0.2 | 0.22 | 0 | 0.02 |
| HSL | 245.45º | 0.85% | 0.87% | - |
| HSV(B) | 245.45º | 0.22% | 0.98% | - |
| XYZ | 60.59 | 58.21 | 98.49 | - |
| YUV | 202.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 250 | 0.2 | 0.22 | 0 | 0.02 | 245.45 | 0.85 | 0.87 |
| Hex | C8 | C3 | FA | 14 | 16 | 0 | 2 | F5 | 55 | 57 |
| Octal | 310 | 303 | 372 | 24 | 26 | 0 | 2 | 365 | 125 | 127 |
| Binary | 11001000 | 11000011 | 11111010 | 10100 | 10110 | 0 | 10 | 11110101 | 1010101 | 1010111 |
Color Harmonies of #C8C3FA
Complementary color
Monochromatic Colors of #C8C3FA
Black with #C8C3FA
Text Example
Text Example
White with #C8C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3FA; }
p { color: rgb(200,195,250); }
H1.HeaderClassName
{
color: #C8C3FA;
}
.AnyTagClassName
{
color: #C8C3FA;
}
</style>
background-color css
<style>
a { background-color: #C8C3FA; }
a { background-color: rgb(200,195,250); }
div.DivClassName
{
background-color: #C8C3FA;
}
.BgClassName
{
background-color: #C8C3FA;
}
</style>
border-color css
<style>
span { border-color: #C8C3FA; }
span { border-color: rgb(200,195,250); }
td.TdClassName
{
border-color: #C8C3FA;
}
.TagClassName
{
border-color: #C8C3FA;
}
</style>