#C095C1

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

Shades of Lilac #C095C1

Tints of Lilac #C095C1

Color information

#C095C1 (or 0xC095C1) is unknown color: approx Lilac. HEX triplet: C0, 95 and C1. RGB value is (192,149,193). Sum of RGB (Red+Green+Blue) = 192+149+193=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #C095C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095C1 is #3F6A3E. Grayscale: #A6A6A6. Windows color (decimal): -4155967 or 12686784. OLE color: 12686784.

HSL color Cylindrical-coordinate representation of color #C095C1: hue angle of 298.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C095C1 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192149193-
CMYK0.010.2300.24
HSL298.64º26.19%67.06%-
HSV(B)298.64º22.8%75.69%-
XYZ42.1136.5555.29-
YUV166.87142.75145.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=35.96%
G=27.90%
B=36.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921491930.010.2300.24298.6426.1967.06
HexC095C111701812b1a43
Octal30022530112703045332103
Binary110000001001010111000001110111011000100101011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095C1; }

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

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

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

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

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

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

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

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