Shades of Lavender Blue #C3C2FF
Tints of Lavender Blue #C3C2FF
RGB
CMYK
RGB Variations
Color information
#C3C2FF (or 0xC3C2FF) is known color: Lavender Blue. HEX triplet: C3, C2 and FF. RGB value is (195,194,255). Sum of RGB (Red+Green+Blue) = 195+194+255=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C2FF is #3C3D00. Grayscale: #C9C9C9. Windows color (decimal): -3947777 or 16761539. OLE color: 16761539.
HSL color Cylindrical-coordinate representation of color #C3C2FF: hue angle of 240.98º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C2FF is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 195 | 194 | 255 | - |
CMYK | 0.24 | 0.24 | 0 | 0 |
HSL | 240.98º | 1% | 0.88% | - |
HSV(B) | 240.98º | 0.24% | 1% | - |
XYZ | 59.85 | 57.41 | 102.53 | - |
YUV | 201.25 | 158.33 | 123.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 194 | 255 | 0.24 | 0.24 | 0 | 0 | 240.98 | 1 | 0.88 |
Hex | C3 | C2 | FF | 18 | 18 | 0 | 0 | F1 | 64 | 58 |
Octal | 303 | 302 | 377 | 30 | 30 | 0 | 0 | 361 | 144 | 130 |
Binary | 11000011 | 11000010 | 11111111 | 11000 | 11000 | 0 | 0 | 11110001 | 1100100 | 1011000 |
Color Harmonies of #C3C2FF
Complementary color
Monochromatic Colors of #C3C2FF
Black with #C3C2FF
Text Example
Text Example
White with #C3C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2FF; }
p { color: rgb(195,194,255); }
H1.HeaderClassName
{
color: #C3C2FF;
}
.AnyTagClassName
{
color: #C3C2FF;
}
</style>
background-color css
<style>
a { background-color: #C3C2FF; }
a { background-color: rgb(195,194,255); }
div.DivClassName
{
background-color: #C3C2FF;
}
.BgClassName
{
background-color: #C3C2FF;
}
</style>
border-color css
<style>
span { border-color: #C3C2FF; }
span { border-color: rgb(195,194,255); }
td.TdClassName
{
border-color: #C3C2FF;
}
.TagClassName
{
border-color: #C3C2FF;
}
</style>