Shades of Lavender Blue #C3B7FF
Tints of Lavender Blue #C3B7FF
RGB
CMYK
RGB Variations
Color information
#C3B7FF (or 0xC3B7FF) is known color: Lavender Blue. HEX triplet: C3, B7 and FF. RGB value is (195,183,255). Sum of RGB (Red+Green+Blue) = 195+183+255=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B7FF is #3C4800. Grayscale: #C2C2C2. Windows color (decimal): -3950593 or 16758723. OLE color: 16758723.
HSL color Cylindrical-coordinate representation of color #C3B7FF: hue angle of 250º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B7FF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 183 | 255 | - |
| CMYK | 0.24 | 0.28 | 0 | 0 |
| HSL | 250º | 1% | 0.86% | - |
| HSV(B) | 250º | 0.28% | 1% | - |
| XYZ | 57.49 | 52.69 | 101.75 | - |
| YUV | 194.8 | 161.98 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 255 | 0.24 | 0.28 | 0 | 0 | 250 | 1 | 0.86 |
| Hex | C3 | B7 | FF | 18 | 1C | 0 | 0 | FA | 64 | 56 |
| Octal | 303 | 267 | 377 | 30 | 34 | 0 | 0 | 372 | 144 | 126 |
| Binary | 11000011 | 10110111 | 11111111 | 11000 | 11100 | 0 | 0 | 11111010 | 1100100 | 1010110 |
Color Harmonies of #C3B7FF
Complementary color
Monochromatic Colors of #C3B7FF
Black with #C3B7FF
Text Example
Text Example
White with #C3B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7FF; }
p { color: rgb(195,183,255); }
H1.HeaderClassName
{
color: #C3B7FF;
}
.AnyTagClassName
{
color: #C3B7FF;
}
</style>
background-color css
<style>
a { background-color: #C3B7FF; }
a { background-color: rgb(195,183,255); }
div.DivClassName
{
background-color: #C3B7FF;
}
.BgClassName
{
background-color: #C3B7FF;
}
</style>
border-color css
<style>
span { border-color: #C3B7FF; }
span { border-color: rgb(195,183,255); }
td.TdClassName
{
border-color: #C3B7FF;
}
.TagClassName
{
border-color: #C3B7FF;
}
</style>