Shades of Lavender Blue #C3BDFD
Tints of Lavender Blue #C3BDFD
RGB
CMYK
RGB Variations
Color information
#C3BDFD (or 0xC3BDFD) is known color: Lavender Blue. HEX triplet: C3, BD and FD. RGB value is (195,189,253). Sum of RGB (Red+Green+Blue) = 195+189+253=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDFD is #3C4202. Grayscale: #C5C5C5. Windows color (decimal): -3949059 or 16629187. OLE color: 16629187.
HSL color Cylindrical-coordinate representation of color #C3BDFD: hue angle of 245.62º 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 #C3BDFD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 189 | 253 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.01 |
| HSL | 245.63º | 0.94% | 0.87% | - |
| HSV(B) | 245.63º | 0.25% | 0.99% | - |
| XYZ | 58.43 | 55.09 | 100.48 | - |
| YUV | 198.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 253 | 0.23 | 0.25 | 0 | 0.01 | 245.63 | 0.94 | 0.87 |
| Hex | C3 | BD | FD | 17 | 19 | 0 | 1 | F6 | 5E | 57 |
| Octal | 303 | 275 | 375 | 27 | 31 | 0 | 1 | 366 | 136 | 127 |
| Binary | 11000011 | 10111101 | 11111101 | 10111 | 11001 | 0 | 1 | 11110110 | 1011110 | 1010111 |
Color Harmonies of #C3BDFD
Complementary color
Monochromatic Colors of #C3BDFD
Black with #C3BDFD
Text Example
Text Example
White with #C3BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDFD; }
p { color: rgb(195,189,253); }
H1.HeaderClassName
{
color: #C3BDFD;
}
.AnyTagClassName
{
color: #C3BDFD;
}
</style>
background-color css
<style>
a { background-color: #C3BDFD; }
a { background-color: rgb(195,189,253); }
div.DivClassName
{
background-color: #C3BDFD;
}
.BgClassName
{
background-color: #C3BDFD;
}
</style>
border-color css
<style>
span { border-color: #C3BDFD; }
span { border-color: rgb(195,189,253); }
td.TdClassName
{
border-color: #C3BDFD;
}
.TagClassName
{
border-color: #C3BDFD;
}
</style>