Shades of Lilac #C2AFC2
Tints of Lilac #C2AFC2
RGB
CMYK
RGB Variations
Color information
#C2AFC2 (or 0xC2AFC2) is known color: Lilac. HEX triplet: C2, AF and C2. RGB value is (194,175,194). Sum of RGB (Red+Green+Blue) = 194+175+194=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C2AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFC2 is #3D503D. Grayscale: #B6B6B6. Windows color (decimal): -4018238 or 12758978. OLE color: 12758978.
HSL color Cylindrical-coordinate representation of color #C2AFC2: hue angle of 300º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFC2 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 175 | 194 | - |
CMYK | 0 | 0.10 | 0 | 0.24 |
HSL | 300º | 0.13% | 0.72% | - |
HSV(B) | 300º | 0.1% | 0.76% | - |
XYZ | 47.32 | 46.02 | 57.43 | - |
YUV | 182.85 | 134.29 | 135.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 194 | 0 | 0.10 | 0 | 0.24 | 300 | 0.13 | 0.72 |
Hex | C2 | AF | C2 | 0 | A | 0 | 18 | 12C | D | 48 |
Octal | 302 | 257 | 302 | 0 | 12 | 0 | 30 | 454 | 15 | 110 |
Binary | 11000010 | 10101111 | 11000010 | 0 | 1010 | 0 | 11000 | 100101100 | 1101 | 1001000 |
Color Harmonies of #C2AFC2
Complementary color
Monochromatic Colors of #C2AFC2
Black with #C2AFC2
Text Example
Text Example
White with #C2AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFC2; }
p { color: rgb(194,175,194); }
H1.HeaderClassName
{
color: #C2AFC2;
}
.AnyTagClassName
{
color: #C2AFC2;
}
</style>
background-color css
<style>
a { background-color: #C2AFC2; }
a { background-color: rgb(194,175,194); }
div.DivClassName
{
background-color: #C2AFC2;
}
.BgClassName
{
background-color: #C2AFC2;
}
</style>
border-color css
<style>
span { border-color: #C2AFC2; }
span { border-color: rgb(194,175,194); }
td.TdClassName
{
border-color: #C2AFC2;
}
.TagClassName
{
border-color: #C2AFC2;
}
</style>