Shades of Lavender Blue #C8C3FF
Tints of Lavender Blue #C8C3FF
RGB
CMYK
RGB Variations
Color information
#C8C3FF (or 0xC8C3FF) is known color: Lavender Blue. HEX triplet: C8, C3 and FF. RGB value is (200,195,255). Sum of RGB (Red+Green+Blue) = 200+195+255=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3FF is #373C00. Grayscale: #CBCBCB. Windows color (decimal): -3619841 or 16761800. OLE color: 16761800.
HSL color Cylindrical-coordinate representation of color #C8C3FF: hue angle of 245º 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 #C8C3FF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 195 | 255 | - |
| CMYK | 0.22 | 0.24 | 0 | 0 |
| HSL | 245º | 1% | 0.88% | - |
| HSV(B) | 245º | 0.24% | 1% | - |
| XYZ | 61.38 | 58.53 | 102.67 | - |
| YUV | 203.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 255 | 0.22 | 0.24 | 0 | 0 | 245 | 1 | 0.88 |
| Hex | C8 | C3 | FF | 16 | 18 | 0 | 0 | F5 | 64 | 58 |
| Octal | 310 | 303 | 377 | 26 | 30 | 0 | 0 | 365 | 144 | 130 |
| Binary | 11001000 | 11000011 | 11111111 | 10110 | 11000 | 0 | 0 | 11110101 | 1100100 | 1011000 |
Color Harmonies of #C8C3FF
Complementary color
Monochromatic Colors of #C8C3FF
Black with #C8C3FF
Text Example
Text Example
White with #C8C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3FF; }
p { color: rgb(200,195,255); }
H1.HeaderClassName
{
color: #C8C3FF;
}
.AnyTagClassName
{
color: #C8C3FF;
}
</style>
background-color css
<style>
a { background-color: #C8C3FF; }
a { background-color: rgb(200,195,255); }
div.DivClassName
{
background-color: #C8C3FF;
}
.BgClassName
{
background-color: #C8C3FF;
}
</style>
border-color css
<style>
span { border-color: #C8C3FF; }
span { border-color: rgb(200,195,255); }
td.TdClassName
{
border-color: #C8C3FF;
}
.TagClassName
{
border-color: #C8C3FF;
}
</style>