Shades of Lavender Blue #C3B6FF
Tints of Lavender Blue #C3B6FF
RGB
CMYK
RGB Variations
Color information
#C3B6FF (or 0xC3B6FF) is known color: Lavender Blue. HEX triplet: C3, B6 and FF. RGB value is (195,182,255). Sum of RGB (Red+Green+Blue) = 195+182+255=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B6FF is #3C4900. Grayscale: #C1C1C1. Windows color (decimal): -3950849 or 16758467. OLE color: 16758467.
HSL color Cylindrical-coordinate representation of color #C3B6FF: hue angle of 250.68º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3B6FF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 182 | 255 | - |
| CMYK | 0.24 | 0.29 | 0 | 0 |
| HSL | 250.68º | 1% | 0.86% | - |
| HSV(B) | 250.68º | 0.29% | 1% | - |
| XYZ | 57.28 | 52.28 | 101.68 | - |
| YUV | 194.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 255 | 0.24 | 0.29 | 0 | 0 | 250.68 | 1 | 0.86 |
| Hex | C3 | B6 | FF | 18 | 1D | 0 | 0 | FB | 64 | 56 |
| Octal | 303 | 266 | 377 | 30 | 35 | 0 | 0 | 373 | 144 | 126 |
| Binary | 11000011 | 10110110 | 11111111 | 11000 | 11101 | 0 | 0 | 11111011 | 1100100 | 1010110 |
Color Harmonies of #C3B6FF
Complementary color
Monochromatic Colors of #C3B6FF
Black with #C3B6FF
Text Example
Text Example
White with #C3B6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B6FF; }
p { color: rgb(195,182,255); }
H1.HeaderClassName
{
color: #C3B6FF;
}
.AnyTagClassName
{
color: #C3B6FF;
}
</style>
background-color css
<style>
a { background-color: #C3B6FF; }
a { background-color: rgb(195,182,255); }
div.DivClassName
{
background-color: #C3B6FF;
}
.BgClassName
{
background-color: #C3B6FF;
}
</style>
border-color css
<style>
span { border-color: #C3B6FF; }
span { border-color: rgb(195,182,255); }
td.TdClassName
{
border-color: #C3B6FF;
}
.TagClassName
{
border-color: #C3B6FF;
}
</style>