Shades of Lavender Blue #C3C0FD
Tints of Lavender Blue #C3C0FD
RGB
CMYK
RGB Variations
Color information
#C3C0FD (or 0xC3C0FD) is known color: Lavender Blue. HEX triplet: C3, C0 and FD. RGB value is (195,192,253). Sum of RGB (Red+Green+Blue) = 195+192+253=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C0FD is #3C3F02. Grayscale: #C7C7C7. Windows color (decimal): -3948291 or 16629955. OLE color: 16629955.
HSL color Cylindrical-coordinate representation of color #C3C0FD: hue angle of 242.95º 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 #C3C0FD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 192 | 253 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.01 |
| HSL | 242.95º | 0.94% | 0.87% | - |
| HSV(B) | 242.95º | 0.24% | 0.99% | - |
| XYZ | 59.08 | 56.39 | 100.7 | - |
| YUV | 199.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 253 | 0.23 | 0.24 | 0 | 0.01 | 242.95 | 0.94 | 0.87 |
| Hex | C3 | C0 | FD | 17 | 18 | 0 | 1 | F3 | 5E | 57 |
| Octal | 303 | 300 | 375 | 27 | 30 | 0 | 1 | 363 | 136 | 127 |
| Binary | 11000011 | 11000000 | 11111101 | 10111 | 11000 | 0 | 1 | 11110011 | 1011110 | 1010111 |
Color Harmonies of #C3C0FD
Complementary color
Monochromatic Colors of #C3C0FD
Black with #C3C0FD
Text Example
Text Example
White with #C3C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0FD; }
p { color: rgb(195,192,253); }
H1.HeaderClassName
{
color: #C3C0FD;
}
.AnyTagClassName
{
color: #C3C0FD;
}
</style>
background-color css
<style>
a { background-color: #C3C0FD; }
a { background-color: rgb(195,192,253); }
div.DivClassName
{
background-color: #C3C0FD;
}
.BgClassName
{
background-color: #C3C0FD;
}
</style>
border-color css
<style>
span { border-color: #C3C0FD; }
span { border-color: rgb(195,192,253); }
td.TdClassName
{
border-color: #C3C0FD;
}
.TagClassName
{
border-color: #C3C0FD;
}
</style>