Shades of Lavender Blue #C2B7FF
Tints of Lavender Blue #C2B7FF
RGB
CMYK
RGB Variations
Color information
#C2B7FF (or 0xC2B7FF) is known color: Lavender Blue. HEX triplet: C2, B7 and FF. RGB value is (194,183,255). Sum of RGB (Red+Green+Blue) = 194+183+255=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 183 (71.88% from 255 or 28.96% 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 #C2B7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B7FF is #3D4800. Grayscale: #C2C2C2. Windows color (decimal): -4016129 or 16758722. OLE color: 16758722.
HSL color Cylindrical-coordinate representation of color #C2B7FF: hue angle of 249.17º 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 #C2B7FF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 183 | 255 | - |
| CMYK | 0.24 | 0.28 | 0 | 0 |
| HSL | 249.17º | 1% | 0.86% | - |
| HSV(B) | 249.17º | 0.28% | 1% | - |
| XYZ | 57.23 | 52.56 | 101.74 | - |
| YUV | 194.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 255 | 0.24 | 0.28 | 0 | 0 | 249.17 | 1 | 0.86 |
| Hex | C2 | B7 | FF | 18 | 1C | 0 | 0 | F9 | 64 | 56 |
| Octal | 302 | 267 | 377 | 30 | 34 | 0 | 0 | 371 | 144 | 126 |
| Binary | 11000010 | 10110111 | 11111111 | 11000 | 11100 | 0 | 0 | 11111001 | 1100100 | 1010110 |
Color Harmonies of #C2B7FF
Complementary color
Monochromatic Colors of #C2B7FF
Black with #C2B7FF
Text Example
Text Example
White with #C2B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7FF; }
p { color: rgb(194,183,255); }
H1.HeaderClassName
{
color: #C2B7FF;
}
.AnyTagClassName
{
color: #C2B7FF;
}
</style>
background-color css
<style>
a { background-color: #C2B7FF; }
a { background-color: rgb(194,183,255); }
div.DivClassName
{
background-color: #C2B7FF;
}
.BgClassName
{
background-color: #C2B7FF;
}
</style>
border-color css
<style>
span { border-color: #C2B7FF; }
span { border-color: rgb(194,183,255); }
td.TdClassName
{
border-color: #C2B7FF;
}
.TagClassName
{
border-color: #C2B7FF;
}
</style>