#C095C7

Color #C095C7 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C095C7

Tints of Lilac #C095C7

Color information

#C095C7 (or 0xC095C7) is unknown color: approx Lilac. HEX triplet: C0, 95 and C7. RGB value is (192,149,199). Sum of RGB (Red+Green+Blue) = 192+149+199=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 199 - color contains mainly: blue. Hex color #C095C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095C7 is #3F6A38. Grayscale: #A7A7A7. Windows color (decimal): -4155961 or 13080000. OLE color: 13080000.

HSL color Cylindrical-coordinate representation of color #C095C7: hue angle of 291.6º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C095C7 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192149199-
CMYK0.040.2500.22
HSL291.6º30.86%68.24%-
HSV(B)291.6º25.13%78.04%-
XYZ42.7936.8258.89-
YUV167.56145.75145.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 199 (78.12% from 255) = 36.85%
R=35.56%
G=27.59%
B=36.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921491990.040.2500.22291.630.8668.24
HexC095C74190161241f44
Octal30022530743102644437104
Binary11000000100101011100011110011001010110100100100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095C7; }

 p { color: rgb(192,149,199); }

 H1.HeaderClassName
 {
   color: #C095C7;
 }
 .AnyTagClassName
 {
   color: #C095C7;
 }
</style>
background-color css

<style>
 a { background-color: #C095C7; }

 a { background-color: rgb(192,149,199); }

 div.DivClassName
 {
   background-color: #C095C7;
 }
 .BgClassName
 {
   background-color: #C095C7;
 }
</style>
border-color css

<style>
 span { border-color: #C095C7; }

 span { border-color: rgb(192,149,199); }

 td.TdClassName
 {
   border-color: #C095C7;
 }
 .TagClassName
 {
   border-color: #C095C7;
 }
</style>