Shades of Lavender Blue #C2C0FD
Tints of Lavender Blue #C2C0FD
RGB
CMYK
RGB Variations
Color information
#C2C0FD (or 0xC2C0FD) is known color: Lavender Blue. HEX triplet: C2, C0 and FD. RGB value is (194,192,253). Sum of RGB (Red+Green+Blue) = 194+192+253=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C0FD is #3D3F02. Grayscale: #C7C7C7. Windows color (decimal): -4013827 or 16629954. OLE color: 16629954.
HSL color Cylindrical-coordinate representation of color #C2C0FD: hue angle of 241.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2C0FD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 192 | 253 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.01 |
| HSL | 241.97º | 0.94% | 0.87% | - |
| HSV(B) | 241.97º | 0.24% | 0.99% | - |
| XYZ | 58.83 | 56.26 | 100.69 | - |
| YUV | 199.55 | 158.16 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 253 | 0.23 | 0.24 | 0 | 0.01 | 241.97 | 0.94 | 0.87 |
| Hex | C2 | C0 | FD | 17 | 18 | 0 | 1 | F2 | 5E | 57 |
| Octal | 302 | 300 | 375 | 27 | 30 | 0 | 1 | 362 | 136 | 127 |
| Binary | 11000010 | 11000000 | 11111101 | 10111 | 11000 | 0 | 1 | 11110010 | 1011110 | 1010111 |
Color Harmonies of #C2C0FD
Complementary color
Monochromatic Colors of #C2C0FD
Black with #C2C0FD
Text Example
Text Example
White with #C2C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C0FD; }
p { color: rgb(194,192,253); }
H1.HeaderClassName
{
color: #C2C0FD;
}
.AnyTagClassName
{
color: #C2C0FD;
}
</style>
background-color css
<style>
a { background-color: #C2C0FD; }
a { background-color: rgb(194,192,253); }
div.DivClassName
{
background-color: #C2C0FD;
}
.BgClassName
{
background-color: #C2C0FD;
}
</style>
border-color css
<style>
span { border-color: #C2C0FD; }
span { border-color: rgb(194,192,253); }
td.TdClassName
{
border-color: #C2C0FD;
}
.TagClassName
{
border-color: #C2C0FD;
}
</style>