Shades of Lavender Blue #C8C3FD
Tints of Lavender Blue #C8C3FD
RGB
CMYK
RGB Variations
Color information
#C8C3FD (or 0xC8C3FD) is known color: Lavender Blue. HEX triplet: C8, C3 and FD. RGB value is (200,195,253). Sum of RGB (Red+Green+Blue) = 200+195+253=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8C3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3FD is #373C02. Grayscale: #CACACA. Windows color (decimal): -3619843 or 16630728. OLE color: 16630728.
HSL color Cylindrical-coordinate representation of color #C8C3FD: hue angle of 245.17º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8C3FD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 195 | 253 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.01 |
| HSL | 245.17º | 0.94% | 0.88% | - |
| HSV(B) | 245.17º | 0.23% | 0.99% | - |
| XYZ | 61.06 | 58.4 | 100.98 | - |
| YUV | 203.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 253 | 0.21 | 0.23 | 0 | 0.01 | 245.17 | 0.94 | 0.88 |
| Hex | C8 | C3 | FD | 15 | 17 | 0 | 1 | F5 | 5E | 58 |
| Octal | 310 | 303 | 375 | 25 | 27 | 0 | 1 | 365 | 136 | 130 |
| Binary | 11001000 | 11000011 | 11111101 | 10101 | 10111 | 0 | 1 | 11110101 | 1011110 | 1011000 |
Color Harmonies of #C8C3FD
Complementary color
Monochromatic Colors of #C8C3FD
Black with #C8C3FD
Text Example
Text Example
White with #C8C3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3FD; }
p { color: rgb(200,195,253); }
H1.HeaderClassName
{
color: #C8C3FD;
}
.AnyTagClassName
{
color: #C8C3FD;
}
</style>
background-color css
<style>
a { background-color: #C8C3FD; }
a { background-color: rgb(200,195,253); }
div.DivClassName
{
background-color: #C8C3FD;
}
.BgClassName
{
background-color: #C8C3FD;
}
</style>
border-color css
<style>
span { border-color: #C8C3FD; }
span { border-color: rgb(200,195,253); }
td.TdClassName
{
border-color: #C8C3FD;
}
.TagClassName
{
border-color: #C8C3FD;
}
</style>