Shades of Lavender Blue #C0B7FD
Tints of Lavender Blue #C0B7FD
RGB
CMYK
RGB Variations
Color information
#C0B7FD (or 0xC0B7FD) is known color: Lavender Blue. HEX triplet: C0, B7 and FD. RGB value is (192,183,253). Sum of RGB (Red+Green+Blue) = 192+183+253=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0B7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7FD is #3F4802. Grayscale: #C1C1C1. Windows color (decimal): -4147203 or 16627648. OLE color: 16627648.
HSL color Cylindrical-coordinate representation of color #C0B7FD: hue angle of 247.71º 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 #C0B7FD is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 183 | 253 | - |
CMYK | 0.24 | 0.28 | 0 | 0.01 |
HSL | 247.71º | 0.95% | 0.85% | - |
HSV(B) | 247.71º | 0.28% | 0.99% | - |
XYZ | 56.4 | 52.17 | 100.02 | - |
YUV | 193.67 | 161.48 | 126.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 183 | 253 | 0.24 | 0.28 | 0 | 0.01 | 247.71 | 0.95 | 0.85 |
Hex | C0 | B7 | FD | 18 | 1C | 0 | 1 | F8 | 5F | 55 |
Octal | 300 | 267 | 375 | 30 | 34 | 0 | 1 | 370 | 137 | 125 |
Binary | 11000000 | 10110111 | 11111101 | 11000 | 11100 | 0 | 1 | 11111000 | 1011111 | 1010101 |
Color Harmonies of #C0B7FD
Complementary color
Monochromatic Colors of #C0B7FD
Black with #C0B7FD
Text Example
Text Example
White with #C0B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7FD; }
p { color: rgb(192,183,253); }
H1.HeaderClassName
{
color: #C0B7FD;
}
.AnyTagClassName
{
color: #C0B7FD;
}
</style>
background-color css
<style>
a { background-color: #C0B7FD; }
a { background-color: rgb(192,183,253); }
div.DivClassName
{
background-color: #C0B7FD;
}
.BgClassName
{
background-color: #C0B7FD;
}
</style>
border-color css
<style>
span { border-color: #C0B7FD; }
span { border-color: rgb(192,183,253); }
td.TdClassName
{
border-color: #C0B7FD;
}
.TagClassName
{
border-color: #C0B7FD;
}
</style>