Shades of Lavender Blue #C7B5FD
Tints of Lavender Blue #C7B5FD
RGB
CMYK
RGB Variations
Color information
#C7B5FD (or 0xC7B5FD) is known color: Lavender Blue. HEX triplet: C7, B5 and FD. RGB value is (199,181,253). Sum of RGB (Red+Green+Blue) = 199+181+253=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7B5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B5FD is #384A02. Grayscale: #C2C2C2. Windows color (decimal): -3688963 or 16627143. OLE color: 16627143.
HSL color Cylindrical-coordinate representation of color #C7B5FD: hue angle of 255º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B5FD is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 181 | 253 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.01 |
| HSL | 255º | 0.95% | 0.85% | - |
| HSV(B) | 255º | 0.28% | 0.99% | - |
| XYZ | 57.81 | 52.28 | 99.97 | - |
| YUV | 194.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 253 | 0.21 | 0.28 | 0 | 0.01 | 255 | 0.95 | 0.85 |
| Hex | C7 | B5 | FD | 15 | 1C | 0 | 1 | FF | 5F | 55 |
| Octal | 307 | 265 | 375 | 25 | 34 | 0 | 1 | 377 | 137 | 125 |
| Binary | 11000111 | 10110101 | 11111101 | 10101 | 11100 | 0 | 1 | 11111111 | 1011111 | 1010101 |
Color Harmonies of #C7B5FD
Complementary color
Monochromatic Colors of #C7B5FD
Black with #C7B5FD
Text Example
Text Example
White with #C7B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5FD; }
p { color: rgb(199,181,253); }
H1.HeaderClassName
{
color: #C7B5FD;
}
.AnyTagClassName
{
color: #C7B5FD;
}
</style>
background-color css
<style>
a { background-color: #C7B5FD; }
a { background-color: rgb(199,181,253); }
div.DivClassName
{
background-color: #C7B5FD;
}
.BgClassName
{
background-color: #C7B5FD;
}
</style>
border-color css
<style>
span { border-color: #C7B5FD; }
span { border-color: rgb(199,181,253); }
td.TdClassName
{
border-color: #C7B5FD;
}
.TagClassName
{
border-color: #C7B5FD;
}
</style>