Shades of Lavender Blue #C8C0F3
Tints of Lavender Blue #C8C0F3
RGB
CMYK
RGB Variations
Color information
#C8C0F3 (or 0xC8C0F3) is known color: Lavender Blue. HEX triplet: C8, C0 and F3. RGB value is (200,192,243). Sum of RGB (Red+Green+Blue) = 200+192+243=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 192 (75.39% from 255 or 30.24% 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 #C8C0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0F3 is #373F0C. Grayscale: #C8C8C8. Windows color (decimal): -3620621 or 15974600. OLE color: 15974600.
HSL color Cylindrical-coordinate representation of color #C8C0F3: hue angle of 249.41º 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 #C8C0F3 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 192 | 243 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.05 |
| HSL | 249.41º | 0.68% | 0.85% | - |
| HSV(B) | 249.41º | 0.21% | 0.95% | - |
| XYZ | 58.85 | 56.45 | 92.59 | - |
| YUV | 200.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 243 | 0.18 | 0.21 | 0 | 0.05 | 249.41 | 0.68 | 0.85 |
| Hex | C8 | C0 | F3 | 12 | 15 | 0 | 5 | F9 | 44 | 55 |
| Octal | 310 | 300 | 363 | 22 | 25 | 0 | 5 | 371 | 104 | 125 |
| Binary | 11001000 | 11000000 | 11110011 | 10010 | 10101 | 0 | 101 | 11111001 | 1000100 | 1010101 |
Color Harmonies of #C8C0F3
Complementary color
Monochromatic Colors of #C8C0F3
Black with #C8C0F3
Text Example
Text Example
White with #C8C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0F3; }
p { color: rgb(200,192,243); }
H1.HeaderClassName
{
color: #C8C0F3;
}
.AnyTagClassName
{
color: #C8C0F3;
}
</style>
background-color css
<style>
a { background-color: #C8C0F3; }
a { background-color: rgb(200,192,243); }
div.DivClassName
{
background-color: #C8C0F3;
}
.BgClassName
{
background-color: #C8C0F3;
}
</style>
border-color css
<style>
span { border-color: #C8C0F3; }
span { border-color: rgb(200,192,243); }
td.TdClassName
{
border-color: #C8C0F3;
}
.TagClassName
{
border-color: #C8C0F3;
}
</style>