Shades of Lavender Blue #C3B2FF
Tints of Lavender Blue #C3B2FF
RGB
CMYK
RGB Variations
Color information
#C3B2FF (or 0xC3B2FF) is known color: Lavender Blue. HEX triplet: C3, B2 and FF. RGB value is (195,178,255). Sum of RGB (Red+Green+Blue) = 195+178+255=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B2FF is #3C4D00. Grayscale: #BFBFBF. Windows color (decimal): -3951873 or 16757443. OLE color: 16757443.
HSL color Cylindrical-coordinate representation of color #C3B2FF: hue angle of 253.25º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3B2FF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 178 | 255 | - |
| CMYK | 0.24 | 0.30 | 0 | 0 |
| HSL | 253.25º | 1% | 0.85% | - |
| HSV(B) | 253.25º | 0.3% | 1% | - |
| XYZ | 56.48 | 50.66 | 101.41 | - |
| YUV | 191.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 255 | 0.24 | 0.30 | 0 | 0 | 253.25 | 1 | 0.85 |
| Hex | C3 | B2 | FF | 18 | 1E | 0 | 0 | FD | 64 | 55 |
| Octal | 303 | 262 | 377 | 30 | 36 | 0 | 0 | 375 | 144 | 125 |
| Binary | 11000011 | 10110010 | 11111111 | 11000 | 11110 | 0 | 0 | 11111101 | 1100100 | 1010101 |
Color Harmonies of #C3B2FF
Complementary color
Monochromatic Colors of #C3B2FF
Black with #C3B2FF
Text Example
Text Example
White with #C3B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2FF; }
p { color: rgb(195,178,255); }
H1.HeaderClassName
{
color: #C3B2FF;
}
.AnyTagClassName
{
color: #C3B2FF;
}
</style>
background-color css
<style>
a { background-color: #C3B2FF; }
a { background-color: rgb(195,178,255); }
div.DivClassName
{
background-color: #C3B2FF;
}
.BgClassName
{
background-color: #C3B2FF;
}
</style>
border-color css
<style>
span { border-color: #C3B2FF; }
span { border-color: rgb(195,178,255); }
td.TdClassName
{
border-color: #C3B2FF;
}
.TagClassName
{
border-color: #C3B2FF;
}
</style>