Shades of Lilac #C382C4
Tints of Lilac #C382C4
RGB
CMYK
RGB Variations
Color information
#C382C4 (or 0xC382C4) is known color: Lilac. HEX triplet: C3, 82 and C4. RGB value is (195,130,196). Sum of RGB (Red+Green+Blue) = 195+130+196=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #C382C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382C4 is #3C7D3B. Grayscale: #9C9C9C. Windows color (decimal): -3964220 or 12878531. OLE color: 12878531.
HSL color Cylindrical-coordinate representation of color #C382C4: hue angle of 299.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C382C4 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 130 | 196 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.23 |
| HSL | 299.09º | 0.36% | 0.64% | - |
| HSV(B) | 299.09º | 0.34% | 0.77% | - |
| XYZ | 40.45 | 31.55 | 56.18 | - |
| YUV | 156.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 196 | 0.01 | 0.34 | 0 | 0.23 | 299.09 | 0.36 | 0.64 |
| Hex | C3 | 82 | C4 | 1 | 22 | 0 | 17 | 12B | 24 | 40 |
| Octal | 303 | 202 | 304 | 1 | 42 | 0 | 27 | 453 | 44 | 100 |
| Binary | 11000011 | 10000010 | 11000100 | 1 | 100010 | 0 | 10111 | 100101011 | 100100 | 1000000 |
Color Harmonies of #C382C4
Complementary color
Monochromatic Colors of #C382C4
Black with #C382C4
Text Example
Text Example
White with #C382C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382C4; }
p { color: rgb(195,130,196); }
H1.HeaderClassName
{
color: #C382C4;
}
.AnyTagClassName
{
color: #C382C4;
}
</style>
background-color css
<style>
a { background-color: #C382C4; }
a { background-color: rgb(195,130,196); }
div.DivClassName
{
background-color: #C382C4;
}
.BgClassName
{
background-color: #C382C4;
}
</style>
border-color css
<style>
span { border-color: #C382C4; }
span { border-color: rgb(195,130,196); }
td.TdClassName
{
border-color: #C382C4;
}
.TagClassName
{
border-color: #C382C4;
}
</style>