Shades of Lavender Blue #C3BFFD
Tints of Lavender Blue #C3BFFD
RGB
CMYK
RGB Variations
Color information
#C3BFFD (or 0xC3BFFD) is known color: Lavender Blue. HEX triplet: C3, BF and FD. RGB value is (195,191,253). Sum of RGB (Red+Green+Blue) = 195+191+253=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFFD is #3C4002. Grayscale: #C7C7C7. Windows color (decimal): -3948547 or 16629699. OLE color: 16629699.
HSL color Cylindrical-coordinate representation of color #C3BFFD: hue angle of 243.87º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3BFFD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 191 | 253 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.01 |
| HSL | 243.87º | 0.94% | 0.87% | - |
| HSV(B) | 243.87º | 0.25% | 0.99% | - |
| XYZ | 58.87 | 55.96 | 100.63 | - |
| YUV | 199.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 253 | 0.23 | 0.25 | 0 | 0.01 | 243.87 | 0.94 | 0.87 |
| Hex | C3 | BF | FD | 17 | 19 | 0 | 1 | F4 | 5E | 57 |
| Octal | 303 | 277 | 375 | 27 | 31 | 0 | 1 | 364 | 136 | 127 |
| Binary | 11000011 | 10111111 | 11111101 | 10111 | 11001 | 0 | 1 | 11110100 | 1011110 | 1010111 |
Color Harmonies of #C3BFFD
Complementary color
Monochromatic Colors of #C3BFFD
Black with #C3BFFD
Text Example
Text Example
White with #C3BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFFD; }
p { color: rgb(195,191,253); }
H1.HeaderClassName
{
color: #C3BFFD;
}
.AnyTagClassName
{
color: #C3BFFD;
}
</style>
background-color css
<style>
a { background-color: #C3BFFD; }
a { background-color: rgb(195,191,253); }
div.DivClassName
{
background-color: #C3BFFD;
}
.BgClassName
{
background-color: #C3BFFD;
}
</style>
border-color css
<style>
span { border-color: #C3BFFD; }
span { border-color: rgb(195,191,253); }
td.TdClassName
{
border-color: #C3BFFD;
}
.TagClassName
{
border-color: #C3BFFD;
}
</style>