Shades of Lavender Blue #C3B5FD
Tints of Lavender Blue #C3B5FD
RGB
CMYK
RGB Variations
Color information
#C3B5FD (or 0xC3B5FD) is known color: Lavender Blue. HEX triplet: C3, B5 and FD. RGB value is (195,181,253). Sum of RGB (Red+Green+Blue) = 195+181+253=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3B5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5FD is #3C4A02. Grayscale: #C1C1C1. Windows color (decimal): -3951107 or 16627139. OLE color: 16627139.
HSL color Cylindrical-coordinate representation of color #C3B5FD: hue angle of 251.67º 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 #C3B5FD is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 195 | 181 | 253 | - |
CMYK | 0.23 | 0.28 | 0 | 0.01 |
HSL | 251.67º | 0.95% | 0.85% | - |
HSV(B) | 251.67º | 0.28% | 0.99% | - |
XYZ | 56.76 | 51.74 | 99.92 | - |
YUV | 193.39 | 161.64 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 181 | 253 | 0.23 | 0.28 | 0 | 0.01 | 251.67 | 0.95 | 0.85 |
Hex | C3 | B5 | FD | 17 | 1C | 0 | 1 | FC | 5F | 55 |
Octal | 303 | 265 | 375 | 27 | 34 | 0 | 1 | 374 | 137 | 125 |
Binary | 11000011 | 10110101 | 11111101 | 10111 | 11100 | 0 | 1 | 11111100 | 1011111 | 1010101 |
Color Harmonies of #C3B5FD
Complementary color
Monochromatic Colors of #C3B5FD
Black with #C3B5FD
Text Example
Text Example
White with #C3B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5FD; }
p { color: rgb(195,181,253); }
H1.HeaderClassName
{
color: #C3B5FD;
}
.AnyTagClassName
{
color: #C3B5FD;
}
</style>
background-color css
<style>
a { background-color: #C3B5FD; }
a { background-color: rgb(195,181,253); }
div.DivClassName
{
background-color: #C3B5FD;
}
.BgClassName
{
background-color: #C3B5FD;
}
</style>
border-color css
<style>
span { border-color: #C3B5FD; }
span { border-color: rgb(195,181,253); }
td.TdClassName
{
border-color: #C3B5FD;
}
.TagClassName
{
border-color: #C3B5FD;
}
</style>